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:
Spoike 2006-04-11 23:26:39 +00:00
parent 40bfc9cce2
commit 4430da6a00
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ struct sv_s {
qboolean ispaused;
unsigned int packetratelimiter;
viewer_t *controller;
boolean maysend;
qboolean maysend;
FILE *file;
unsigned int filelength;