Fix for client only build.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1234 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b3ba498aad
commit
9350d79073
1 changed files with 2 additions and 1 deletions
|
@ -60,8 +60,9 @@ void Sys_CloseTerminal (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#ifndef CLIENTONLY
|
||||||
qboolean isDedicated;
|
qboolean isDedicated;
|
||||||
|
#endif
|
||||||
// =======================================================================
|
// =======================================================================
|
||||||
// General routines
|
// General routines
|
||||||
// =======================================================================
|
// =======================================================================
|
||||||
|
|
Loading…
Reference in a new issue