summaryrefslogtreecommitdiff
path: root/src/m_Do
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-12-11 18:34:16 -0500
committerGitHub <noreply@github.com>2025-12-11 15:34:16 -0800
commit8ad2d661a2c33a3c3e60d2a7089c9f5463ae2ab0 (patch)
treee60bbe0b605fa455fc8bdabb8b38dccf5ff0e629 /src/m_Do
parentae4ad9f47779db56713bca41f6535bea31ec5490 (diff)
Clean up conditional compilation a bit (#2943)
Diffstat (limited to 'src/m_Do')
-rw-r--r--src/m_Do/m_Do_ext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_Do/m_Do_ext.cpp b/src/m_Do/m_Do_ext.cpp
index ffe36c4cec..e92627f055 100644
--- a/src/m_Do/m_Do_ext.cpp
+++ b/src/m_Do/m_Do_ext.cpp
@@ -665,7 +665,7 @@ JKRExpHeap* mDoExt_getZeldaHeap() {
return zeldaHeap;
}
-#if VERSION == VERSION_SHIELD_DEBUG
+#if DEBUG
s32 safeZeldaHeapSize = -1;
s32 mDoExt_getSafeZeldaHeapSize() {