------------------------------------------------------------------------
r4210 | acceptthis | 2013-02-17 16:35:23 +0000 (Sun, 17 Feb 2013) | 1 line allow mingl to compile again. ------------------------------------------------------------------------ git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4208 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
837ea4aba9
commit
9887cd9f4d
1 changed files with 3 additions and 0 deletions
|
@ -1122,6 +1122,9 @@ qboolean CSQC_DeltaUpdate(entity_state_t *src);
|
||||||
void CSQC_DeltaEnd(void);
|
void CSQC_DeltaEnd(void);
|
||||||
|
|
||||||
void CSQC_CvarChanged(cvar_t *var);
|
void CSQC_CvarChanged(cvar_t *var);
|
||||||
|
#else
|
||||||
|
#define CSQC_UnconnectedOkay(inprinciple) false
|
||||||
|
#define CSQC_UnconnectedInit() false
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue