diff options
| author | Max Roncace <me@caseif.net> | 2025-12-11 18:34:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-11 15:34:16 -0800 |
| commit | 8ad2d661a2c33a3c3e60d2a7089c9f5463ae2ab0 (patch) | |
| tree | e60bbe0b605fa455fc8bdabb8b38dccf5ff0e629 /src/d/d_msg_class.cpp | |
| parent | ae4ad9f47779db56713bca41f6535bea31ec5490 (diff) | |
Clean up conditional compilation a bit (#2943)
Diffstat (limited to 'src/d/d_msg_class.cpp')
| -rw-r--r-- | src/d/d_msg_class.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
