mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 01:01:07 +00:00
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:
parent
cf7c3e1bdb
commit
4e3a75744c
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ play [demoname]
|
||||||
void CL_PlayDemo_f (void)
|
void CL_PlayDemo_f (void)
|
||||||
{
|
{
|
||||||
char name[MAX_OSPATH];
|
char name[MAX_OSPATH];
|
||||||
int c;
|
int i, c;
|
||||||
qboolean neg;
|
qboolean neg;
|
||||||
|
|
||||||
if (cmd_source != src_command)
|
if (cmd_source != src_command)
|
||||||
|
|
Loading…
Reference in a new issue