Skip to content

Commit

Permalink
tr1/fmv: fix initial playing flag
Browse files Browse the repository at this point in the history
Resolves #1731.
  • Loading branch information
rr- committed Oct 22, 2024
1 parent 3edeb6e commit b14eed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tr1/game/fmv.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include <stddef.h>

static bool m_Muted = false;
static bool m_IsPlaying = true;
static bool m_IsPlaying = false;
static const char *m_Extensions[] = {
".mp4", ".mkv", ".mpeg", ".avi", ".webm", ".rpl", NULL,
};
Expand Down

0 comments on commit b14eed0

Please sign in to comment.