mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-14 17:10:53 +00:00
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:
parent
eba5d4937f
commit
0e33f931c9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue