csqc is now working in some ways. Hash tables use renamed functions, and a few other changes.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@871 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
ae4a835df1
commit
cb487034e9
17 changed files with 232 additions and 121 deletions
|
@ -344,7 +344,9 @@ void CL_SendConnectPacket (
|
|||
fteprotextsupported |= PEXT_FLOATCOORDS;
|
||||
#endif
|
||||
fteprotextsupported |= PEXT_SPAWNSTATIC2;
|
||||
#ifdef PEXT_SEEF1
|
||||
fteprotextsupported |= PEXT_SEEF1;
|
||||
#endif
|
||||
fteprotextsupported |= PEXT_SPLITSCREEN;
|
||||
fteprotextsupported |= PEXT_HEXEN2;
|
||||
fteprotextsupported |= PEXT_CUSTOMTEMPEFFECTS;
|
||||
|
@ -848,8 +850,10 @@ void CL_Disconnect (void)
|
|||
#ifdef VM_CG
|
||||
CG_Stop();
|
||||
#endif
|
||||
|
||||
// if running a local server, shut it down
|
||||
#ifdef CSQC_DAT
|
||||
CSQC_Shutdown();
|
||||
#endif
|
||||
// if running a local server, shut it down
|
||||
if (cls.demoplayback != DPB_NONE)
|
||||
CL_StopPlayback ();
|
||||
else if (cls.state != ca_disconnected)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue