d_lyt_do_button_related OK

This commit is contained in:
robojumper
2025-05-16 11:18:43 +02:00
parent df17fa201a
commit 96264ddedc
16 changed files with 412 additions and 154 deletions
+3 -3
View File
@@ -787,13 +787,13 @@ void dLytDobutton_c::fn_8010E3D0(bool b) {
mpPanes[1]->SetTranslate(v);
}
void dLytDobutton_c::setActionTextStuffInternal(s32 a1, s32 a2, bool b) {
void dLytDobutton_c::setActionTextStuffInternal(s32 a1, Act_Do_e a2, bool b) {
field_0x488 = a1;
mNextDoActionToShow = a2;
mNextDoActionToShow = (Act_Do_e)a2;
field_0x490 = b;
}
s32 dLytDobutton_c::getActionInternal() const {
dLytDobutton_c::Act_Do_e dLytDobutton_c::getActionInternal() const {
return mDoActionToShow;
}