clean up some inline parameters

This commit is contained in:
LagoLunatic
2024-04-18 23:16:38 -04:00
parent c93901ce2c
commit 459cf6caa7
28 changed files with 60 additions and 62 deletions
+2 -2
View File
@@ -1066,7 +1066,7 @@ BOOL daTbox_c::actionSwOnWait() {
}
else {
if (dComIfGs_isSwitch(getSwNo(), mRoomNo)) {
fopAcM_orderOtherEvent2(this, "DEFAULT_TREASURE_APPEAR", 1);
fopAcM_orderOtherEvent(this, "DEFAULT_TREASURE_APPEAR");
eventInfo.onCondition(dEvtCnd_UNK2_e);
}
}
@@ -1098,7 +1098,7 @@ BOOL daTbox_c::actionGenocide() {
mGenocideDelayTimer--;
}
else {
fopAcM_orderOtherEvent2(this, "DEFAULT_TREASURE_APPEAR", 1);
fopAcM_orderOtherEvent(this, "DEFAULT_TREASURE_APPEAR");
eventInfo.onCondition(dEvtCnd_UNK2_e);
dComIfGs_onSwitch(getSwNo(), mRoomNo);