Skip to content

Commit 81b21f9

Browse files
committed
Remove leftover test code in v4 script compiler
1 parent 18966eb commit 81b21f9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

RSDKv5/RSDK/Scene/Legacy/v4/ScriptLegacyv4.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3389,8 +3389,6 @@ void RSDK::Legacy::v4::ProcessScript(int32 scriptCodeStart, int32 jumpTableStart
33893389
}
33903390
case VAR_OBJECTJUMPPRESS: {
33913391
scriptEng.operands[i] = objectEntityList[arrayVal].jumpPress;
3392-
if (scriptEng.operands[i])
3393-
printf("");
33943392
break;
33953393
}
33963394
case VAR_OBJECTJUMPHOLD: {

0 commit comments

Comments
 (0)