mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-19 05:02:12 -04:00
Resolve all "illegal jump past declaration/initializer" warnings (#2911)
* resolve illegal jump past declaration/initializer * pr comments
This commit is contained in:
@@ -97,7 +97,7 @@ int daScExit_c::demoProc() {
|
||||
|
||||
if (dComIfGp_evmng_getIsAddvance(mStaffID)) {
|
||||
switch (act_id) {
|
||||
case WAIT_e:
|
||||
case WAIT_e: {
|
||||
int* timer_p = dComIfGp_evmng_getMyIntegerP(mStaffID, "Timer");
|
||||
|
||||
if (timer_p == NULL) {
|
||||
@@ -106,6 +106,7 @@ int daScExit_c::demoProc() {
|
||||
mTimer = *timer_p;
|
||||
}
|
||||
break;
|
||||
}
|
||||
case START_e:
|
||||
fopAcM_seStart(this, Z2SE_SY_WARP_FADE, 0);
|
||||
attention_info.position.y = current.pos.y + 800.0f;
|
||||
|
||||
Reference in New Issue
Block a user