minsw compile fix.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1910 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
c609f340f9
commit
92fa37f03e
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
//this file contains q3 netcode related things.
|
||||
//field info, netchan, and the WriteBits stuff (which should probably be moved to common.c with the others)
|
||||
|
||||
|
||||
#if defined(Q3SERVER) || defined(Q3CLIENT)
|
||||
|
||||
#include "clq3defs.h" //okay, urr, this is bad for dedicated servers. urhum. Maybe they're not looking? It's only typedefs and one extern.
|
||||
|
||||
|
@ -1331,3 +1331,4 @@ void MSG_Q3_ReadDeltaUsercmd(int key, const usercmd_t *from, usercmd_t *to)
|
|||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue