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:
Mark Olsen 2005-08-19 14:05:33 +00:00
parent b3ba498aad
commit 9350d79073
1 changed files with 2 additions and 1 deletions

View File

@ -60,8 +60,9 @@ void Sys_CloseTerminal (void)
}
#ifndef CLIENTONLY
qboolean isDedicated;
#endif
// =======================================================================
// General routines
// =======================================================================