Fixed a small error.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2191 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
40bfc9cce2
commit
4430da6a00
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ struct sv_s {
|
||||||
qboolean ispaused;
|
qboolean ispaused;
|
||||||
unsigned int packetratelimiter;
|
unsigned int packetratelimiter;
|
||||||
viewer_t *controller;
|
viewer_t *controller;
|
||||||
boolean maysend;
|
qboolean maysend;
|
||||||
|
|
||||||
FILE *file;
|
FILE *file;
|
||||||
unsigned int filelength;
|
unsigned int filelength;
|
||||||
|
|
Loading…
Reference in a new issue