mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-02 01:42:49 -04:00
Minor cleanup
Inlines, wrong indentation, enums, private fields, etc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user