fixed compilation

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@698 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2012-07-19 05:40:16 +00:00
parent cf7c3e1bdb
commit 4e3a75744c
1 changed files with 1 additions and 1 deletions

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)