mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-06 02:38:11 -04:00
msg work (#1143)
* fopMsgM_msgDataProc_c::stringSet work * Fix JPN * More stringSet work * work * get rid of fake temps * stringSet 99.99% * fopMsgM_msgDataProc_c::stringLength 100% * d_msg work * fix pal * fix message_paper, d_meter version diff fixes
This commit is contained in:
+2
-2
@@ -194,7 +194,7 @@ void dMesg_tSequenceProcessor::initialize(int param_1) {
|
||||
}
|
||||
}
|
||||
|
||||
mesgControl->setNowFontSize(mesgControl->getInitFontSize()) ;
|
||||
mesgControl->setNowFontSize(mesgControl->getInitFontSize());
|
||||
mesgControl->setCharCode(0);
|
||||
mesgControl->setHeaderOff();
|
||||
mesgControl->setCode16FgOff();
|
||||
@@ -768,7 +768,7 @@ dMesg_tMeasureProcessor::dMesg_tMeasureProcessor(JMessage::TControl* param_1, in
|
||||
field_0x54 = 0;
|
||||
linemax = 4;
|
||||
dMesg_tControl* mesgControl = (dMesg_tControl*)getControl();
|
||||
mesgControl->setNowFontSize(mesgControl->getInitFontSize()) ;
|
||||
mesgControl->setNowFontSize(mesgControl->getInitFontSize());
|
||||
mesgControl->setLineCount(0);
|
||||
mesgControl->setCharCode(0);
|
||||
mesgControl->setHeaderOff();
|
||||
|
||||
Reference in New Issue
Block a user