fixed compilation

git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@698 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2012-07-19 05:40:16 +00:00
parent eba5d4937f
commit 0e33f931c9

View file

@ -285,7 +285,7 @@ play [demoname]
void CL_PlayDemo_f (void)
{
char name[MAX_OSPATH];
int c;
int i, c;
qboolean neg;
if (cmd_source != src_command)