mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-28 06:57:02 -04:00
Link d_msg_class (all) and d_msg_unit (JP only), minor alink fix (#2846)
This commit is contained in:
@@ -73,10 +73,17 @@ void dFile_warning_c::screenSet() {
|
||||
JUT_ASSERT(0, mpRootPane != NULL);
|
||||
field_0x34 = mpRootPane->getTranslateY();
|
||||
|
||||
#if REGION_JPN
|
||||
mFileWarn.Scr->search('ms_for_2')->hide();
|
||||
mFileWarn.Scr->search('ms_for_3')->hide();
|
||||
|
||||
field_0x20 = static_cast<J2DTextBox*>(mFileWarn.Scr->search('w_msg_jp'));
|
||||
#else
|
||||
mFileWarn.Scr->search('w_msg_jp')->hide();
|
||||
mFileWarn.Scr->search('ms_for_2')->hide();
|
||||
|
||||
field_0x20 = static_cast<J2DTextBox*>(mFileWarn.Scr->search('ms_for_3'));
|
||||
#endif
|
||||
field_0x20->show();
|
||||
field_0x20->setFont(mFileWarn.mFont);
|
||||
field_0x20->setString(0x200, "");
|
||||
|
||||
Reference in New Issue
Block a user