summaryrefslogtreecommitdiff
path: root/src/d/d_meter2_draw.cpp
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2025-09-03 03:45:29 -0400
committerGitHub <noreply@github.com>2025-09-03 10:45:29 +0300
commit410af867fe125e9f25a64502c74981b1fca1e712 (patch)
tree3fbe8fab91200cd67d19c995c1e8c62a448ddf26 /src/d/d_meter2_draw.cpp
parent4583ec80a4fed9f58f240f04c159b02f0cbfd720 (diff)
Link a lot of TUs for JP version (#2625)
Diffstat (limited to 'src/d/d_meter2_draw.cpp')
-rw-r--r--src/d/d_meter2_draw.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/d/d_meter2_draw.cpp b/src/d/d_meter2_draw.cpp
index e7564d031d..3fd3bcf6ac 100644
--- a/src/d/d_meter2_draw.cpp
+++ b/src/d/d_meter2_draw.cpp
@@ -127,6 +127,7 @@ dMeter2Draw_c::dMeter2Draw_c(JKRExpHeap* mp_heap) {
}
J2DTextBox::TFontSize font_size;
+#if VERSION != VERSION_GCN_JPN
font_size.mSizeX = 17.0f;
font_size.mSizeY = 20.0f;
for (int i = 0; i < 5; i++) {
@@ -136,6 +137,7 @@ dMeter2Draw_c::dMeter2Draw_c(JKRExpHeap* mp_heap) {
static_cast<J2DTextBox*>(mpXYText[i][1]->getPanePtr())->setFontSize(font_size);
static_cast<J2DTextBox*>(mpXYText[i][2]->getPanePtr())->setFontSize(font_size);
}
+#endif
init();
field_0xa8 = 0;