Skip to content

Commit

Permalink
tr1/game-flow: fix revert to pistols option
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Feb 1, 2025
1 parent 5139c16 commit 4cf27ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tr1/game/game_flow/sequencer.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ void GF_PreSequenceHook(void)
GF_SEQUENCE_CONTEXT GF_SwitchSequenceContext(
const GF_SEQUENCE_EVENT *const event, const GF_SEQUENCE_CONTEXT seq_ctx)
{
if (event->type != GFS_LOAD_LEVEL && event->type != GFS_PLAY_LEVEL) {
if (event->type != GFS_PLAY_LEVEL) {
return seq_ctx;
}
switch (seq_ctx) {
Expand Down

0 comments on commit 4cf27ed

Please sign in to comment.