mirror of
https://github.com/pmret/papermario.git
synced 2024-11-09 20:42:41 +01:00
remove temp comment
This commit is contained in:
parent
cd74f41fc0
commit
82effcaf8e
@ -151,7 +151,7 @@ ApiStatus si_handle_end_switch(ScriptInstance* script) {
|
||||
|
||||
ASSERT(switchDepth >= 0);
|
||||
|
||||
script->switchBlockState[switchDepth] = 0; // here
|
||||
script->switchBlockState[switchDepth] = 0;
|
||||
script->switchDepth -= 1;
|
||||
|
||||
return ApiStatus_DONE2;
|
||||
|
Loading…
Reference in New Issue
Block a user