Minor cleanup

Inlines, wrong indentation, enums, private fields, etc
This commit is contained in:
LagoLunatic
2026-07-23 17:48:51 -04:00
parent 2115d05965
commit 4efda6f355
57 changed files with 1696 additions and 1836 deletions
+7 -9
View File
@@ -611,18 +611,16 @@ bool daObjHha_c::_execute() {
mState = State_SWITCHING;
}
}
else {
if(dComIfGp_evmng_startCheck(mEventIdx) != FALSE){
mWtrState = 2;
mWtrTimer = 35;
mPartTimer = 0;
mState = State_CLOSED;
}
else if(dComIfGp_evmng_startCheck(mEventIdx) != FALSE){
mWtrState = 2;
mWtrTimer = 35;
mPartTimer = 0;
mState = State_CLOSED;
}
} break;
case State_SWITCHING: if(dComIfGp_evmng_endCheck(mEventIdx)){
case State_SWITCHING:
if(dComIfGp_evmng_endCheck(mEventIdx)){
dComIfGp_event_reset();
mState = State_CLOSED;
}