summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-08-17 23:22:36 +0200
committeraap <aap@papnet.eu>2021-08-17 23:22:36 +0200
commitc707f92d0aacde3f1ae4fa38c21b29a14c4675f1 (patch)
tree4ace46110898bfe869e5797363d443164fa32f8e /src
parente2014cfd9298c584617cc18dfa8f74c1dd29f4fa (diff)
disable movies by default; update librw
Diffstat (limited to 'src')
-rw-r--r--src/core/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/main.cpp b/src/core/main.cpp
index 562d3f1d..d0f59f54 100644
--- a/src/core/main.cpp
+++ b/src/core/main.cpp
@@ -108,7 +108,7 @@ bool gbShowTimebars;
bool gbDrawVersionText; // Our addition, we think it was always enabled on !MASTER builds
#endif
#ifdef NO_MOVIES
-bool gbNoMovies;
+bool gbNoMovies = true;
#endif
volatile int32 frameCount;