summaryrefslogtreecommitdiffstats
path: root/src/core/re3.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-09 15:06:13 +0200
committerSergeanur <s.anureev@yandex.ua>2020-05-09 15:06:13 +0200
commit28103775ba799133b252e423e3da62ed7b09f7b9 (patch)
tree02b9958d54e040fe20310990a9da5636fe0527db /src/core/re3.cpp
parentFix compilation error (diff)
downloadre3-28103775ba799133b252e423e3da62ed7b09f7b9.tar
re3-28103775ba799133b252e423e3da62ed7b09f7b9.tar.gz
re3-28103775ba799133b252e423e3da62ed7b09f7b9.tar.bz2
re3-28103775ba799133b252e423e3da62ed7b09f7b9.tar.lz
re3-28103775ba799133b252e423e3da62ed7b09f7b9.tar.xz
re3-28103775ba799133b252e423e3da62ed7b09f7b9.tar.zst
re3-28103775ba799133b252e423e3da62ed7b09f7b9.zip
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r--src/core/re3.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp
index a74b81a3..2c07836a 100644
--- a/src/core/re3.cpp
+++ b/src/core/re3.cpp
@@ -61,6 +61,7 @@ mysrand(unsigned int seed)
myrand_seed = seed;
}
+#ifdef DEBUGMENU
void WeaponCheat();
void HealthCheat();
void TankCheat();
@@ -384,6 +385,7 @@ DebugMenuPopulate(void)
CTweakVars::AddDBG("Debug");
}
}
+#endif
const int re3_buffsize = 1024;
static char re3_buff[re3_buffsize];