mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 20:42:41 +01:00
format
This commit is contained in:
parent
3407ecb91a
commit
ef18c02a4a
2
src/si.c
2
src/si.c
@ -480,7 +480,7 @@ ApiStatus si_handle_case_equal_AND(ScriptInstance* script) {
|
||||
script->ptrNextLine = si_goto_end_case(script);
|
||||
} else if (switchBlockState == -2) {
|
||||
script->ptrNextLine = si_goto_next_case(script);
|
||||
} else if (var == switchBlockValue) {
|
||||
} else if (var == switchBlockValue) {
|
||||
script->switchBlockState[switchDepth] = -1;
|
||||
} else {
|
||||
script->switchBlockState[switchDepth] = -2;
|
||||
|
Loading…
Reference in New Issue
Block a user