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/d/d_msg_class.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/d/d_msg_class.cpp') diff --git a/src/d/d_msg_class.cpp b/src/d/d_msg_class.cpp index 5e3443e72e..f8ba9a788a 100644 --- a/src/d/d_msg_class.cpp +++ b/src/d/d_msg_class.cpp @@ -4997,7 +4997,7 @@ void jmessage_string_tRenderingProcessor::do_widthcenter() { scale = 1.0f; scale = mDoGph_gInf_c::getScale(); - #if VERSION == VERSION_SHIELD_DEBUG + #if VERSION >= VERSION_WII_USA_R0 for (; pane != NULL; pane = pane->getParentPane()) { if (pane->getUserInfo() == 'n_43') { scale = 1.0f; -- cgit v1.2.3