mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-13 07:47:45 +00:00
Don't declare the isDedicated variable if it is #defined
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1625 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
aac111c7b0
commit
9792a49cbf
1 changed files with 2 additions and 1 deletions
|
@ -6,8 +6,9 @@
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef isDedicated
|
||||||
qboolean isDedicated;
|
qboolean isDedicated;
|
||||||
|
#endif
|
||||||
|
|
||||||
void Sys_Error (const char *error, ...)
|
void Sys_Error (const char *error, ...)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue