summaryrefslogtreecommitdiffstats
path: root/src/rw
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-10-31 17:06:25 +0100
committerSergeanur <s.anureev@yandex.ua>2020-10-31 18:21:10 +0100
commit3665a82418b5e807b94d3ebc0494345dd33ded64 (patch)
tree5190ef4d51735e5908dc68ce7735011890c07f12 /src/rw
parentfoobar! (diff)
downloadre3-3665a82418b5e807b94d3ebc0494345dd33ded64.tar
re3-3665a82418b5e807b94d3ebc0494345dd33ded64.tar.gz
re3-3665a82418b5e807b94d3ebc0494345dd33ded64.tar.bz2
re3-3665a82418b5e807b94d3ebc0494345dd33ded64.tar.lz
re3-3665a82418b5e807b94d3ebc0494345dd33ded64.tar.xz
re3-3665a82418b5e807b94d3ebc0494345dd33ded64.tar.zst
re3-3665a82418b5e807b94d3ebc0494345dd33ded64.zip
Diffstat (limited to 'src/rw')
-rw-r--r--src/rw/RwHelper.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/rw/RwHelper.cpp b/src/rw/RwHelper.cpp
index 503027af..4c4fc434 100644
--- a/src/rw/RwHelper.cpp
+++ b/src/rw/RwHelper.cpp
@@ -6,8 +6,10 @@
#include "Timecycle.h"
#include "skeleton.h"
#include "Debug.h"
-#ifndef FINAL
+#if !defined(FINAL) || defined(DEBUGMENU)
#include "rtcharse.h"
+#endif
+#ifndef FINAL
RtCharset *debugCharset;
#endif
@@ -18,7 +20,7 @@ bool gPS2alphaTest = false;
#endif
bool gBackfaceCulling;
-#ifndef FINAL
+#if !defined(FINAL) || defined(DEBUGMENU)
static bool charsetOpen;
void OpenCharsetSafe()
{