From 8ad2d661a2c33a3c3e60d2a7089c9f5463ae2ab0 Mon Sep 17 00:00:00 2001 From: Max Roncace Date: Thu, 11 Dec 2025 18:34:16 -0500 Subject: Clean up conditional compilation a bit (#2943) --- src/m_Do/m_Do_ext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/m_Do/m_Do_ext.cpp') 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() { -- cgit v1.2.3