]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Try to fix a dedicated server crash by moving the two csqc_ cvar initializations
authorblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 13 Sep 2006 21:07:04 +0000 (21:07 +0000)
committerblack <black@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 13 Sep 2006 21:07:04 +0000 (21:07 +0000)
commite05a36822902684ddd2f4effb3ab7e5e7b4fa989
treee844d54bb3444b3b12d75c01c7af4864991cebc9
parent30187beda434cb1aa6f89e91e869facb525ac7a1
Try to fix a dedicated server crash by moving the two csqc_ cvar initializations
into SV_Init. This is a hack, however, so someone else please clean this up :)
The VM's internal name now is always "client", so this should make life easier
when debugging (note: this doesn't affect the progs filename used).

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6585 d7cf8633-e32d-0410-b094-e92efae38249
cl_main.c
csprogs.c
csprogs.h
progsvm.h
prvm_cmds.c
sv_main.c