remove temp comment

This commit is contained in:
Alex Bates 2020-08-17 18:27:37 +01:00
parent cd74f41fc0
commit 82effcaf8e
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706

View File

@ -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;