mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-23 07:19:53 -04:00
Several more TUs matching (#2601)
This commit is contained in:
@@ -2284,7 +2284,7 @@ void dMeter2Draw_c::drawButtonA(u8 i_action, f32 i_posX, f32 i_posY, f32 i_textP
|
||||
mpTextA->hide();
|
||||
}
|
||||
|
||||
JUT_ASSERT(0, std::strlen (mp_string) < (64));
|
||||
JUT_ASSERT(0, strlen(mp_string) < (64));
|
||||
|
||||
if (daPy_getPlayerActorClass()->getSumouMode()) {
|
||||
mpTextA->show();
|
||||
@@ -2352,7 +2352,7 @@ void dMeter2Draw_c::drawButtonB(u8 i_action, bool param_1, f32 i_posX, f32 i_pos
|
||||
}
|
||||
}
|
||||
|
||||
JUT_ASSERT(0, std::strlen (mp_string) < (64));
|
||||
JUT_ASSERT(0, strlen(mp_string) < (64));
|
||||
|
||||
for (int i = 0; i < 5; i++) {
|
||||
strcpy(static_cast<J2DTextBox*>(mpBText[i]->getPanePtr())->getStringPtr(), mp_string);
|
||||
@@ -2438,7 +2438,7 @@ void dMeter2Draw_c::drawButtonZ(u8 i_action) {
|
||||
mpButtonMidona->show();
|
||||
}
|
||||
|
||||
JUT_ASSERT(0, std::strlen (mp_string) < (64));
|
||||
JUT_ASSERT(0, strlen(mp_string) < (64));
|
||||
|
||||
for (int i = 0; i < 5; i++) {
|
||||
strcpy(static_cast<J2DTextBox*>(mpXYText[i][2]->getPanePtr())->getStringPtr(), mp_string);
|
||||
@@ -2543,7 +2543,7 @@ void dMeter2Draw_c::drawButtonXY(int i_no, u8 i_itemNo, u8 i_action, bool param_
|
||||
mpTextXY[i_no]->hide();
|
||||
}
|
||||
|
||||
JUT_ASSERT(0, std::strlen (mp_string) < (64));
|
||||
JUT_ASSERT(0, strlen(mp_string) < (64));
|
||||
|
||||
for (int i = 0; i < 5; i++) {
|
||||
strcpy(static_cast<J2DTextBox*>(mpXYText[i][i_no]->getPanePtr())->getStringPtr(),
|
||||
|
||||
Reference in New Issue
Block a user