diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-23 22:07:02 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-07-23 22:07:02 -0400 |
| commit | af1c8e261e402c7ce879ea541c8dbe794f177483 (patch) | |
| tree | 8d5bb75e49886fd304b1412fdb7ae15f16d08eb5 /src/d/actor/d_a_obj_toripost.cpp | |
| parent | 4efda6f35537a2d546841d1eb9579563bb581ab8 (diff) | |
Add enum for pearls/symbols
Diffstat (limited to 'src/d/actor/d_a_obj_toripost.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_toripost.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_obj_toripost.cpp b/src/d/actor/d_a_obj_toripost.cpp index b6f6e08a..e4e121ca 100644 --- a/src/d/actor/d_a_obj_toripost.cpp +++ b/src/d/actor/d_a_obj_toripost.cpp @@ -858,7 +858,7 @@ void daObjTpost_c::modeProc(daObjTpost_c::Proc_e proc, int newMode) { /* 00001758-000018CC .text _execute__12daObjTpost_cFv */ bool daObjTpost_c::_execute() { - if(dComIfGs_isSymbol(1)) { + if(dComIfGs_isSymbol(dSymbol_DIN_e)) { mNumReadable = getReadableLetterNum(); } else { @@ -914,7 +914,7 @@ bool daObjTpost_c::_draw() { /* 00001980-00001BA4 .text createInit__12daObjTpost_cFv */ void daObjTpost_c::createInit() { - if(dComIfGs_isSymbol(2)) { + if(dComIfGs_isSymbol(dSymbol_FARORE_e)) { dLetter_autoStock(dSv_event_flag_c::LETTER_KOMALIS_FATHER); } |
