Skip to content

Commit

Permalink
Hexen: No extended demos after advancing in demosequence
Browse files Browse the repository at this point in the history
to be consistent with Heretic.
  • Loading branch information
Noseey committed Jan 6, 2025
1 parent 57e4697 commit ac91165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hexen/h2_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,7 @@ void H2_DoAdvanceDemo(void)
advancedemo = false;
usergame = false; // can't save/end game here
paused = false;
demoextend = false; // [crispy] at this point demos should no longer be extended (demo-reel)
gameaction = ga_nothing;
demosequence = (demosequence + 1) % 7;
switch (demosequence)
Expand Down

0 comments on commit ac91165

Please sign in to comment.