Add #ifdef for cheats.h include

This commit is contained in:
Asdow
2025-12-09 00:35:18 +02:00
parent 4fcf03d31a
commit d6b30c6f43
+3
View File
@@ -78,6 +78,9 @@
// anv: for playable Speck // anv: for playable Speck
#include "Speck Quotes.h" #include "Speck Quotes.h"
#include "mercs.h" #include "mercs.h"
#endif
#ifndef _DEBUG
#include "Cheats.h" #include "Cheats.h"
#endif #endif