diff --git a/src/code/z_demo.c b/src/code/z_demo.c index 95c6cdcaf7..9acb089d7a 100644 --- a/src/code/z_demo.c +++ b/src/code/z_demo.c @@ -1252,7 +1252,7 @@ void Cutscene_ProcessScript(PlayState* play, CutsceneContext* csCtx, u8* script) for (j = 0; j < cmdEntries; j++) { CutsceneCmd_StopSequence(play, csCtx, (CsCmdStopSeq*)script); - script += sizeof(CsCmdStartSeq); + script += sizeof(CsCmdStopSeq); } break;