mirror of
https://github.com/GTAmodding/re3.git
synced 2025-08-15 08:43:58 +02:00
disable movies by default; update librw
This commit is contained in:
@@ -108,7 +108,7 @@ bool gbShowTimebars;
|
|||||||
bool gbDrawVersionText; // Our addition, we think it was always enabled on !MASTER builds
|
bool gbDrawVersionText; // Our addition, we think it was always enabled on !MASTER builds
|
||||||
#endif
|
#endif
|
||||||
#ifdef NO_MOVIES
|
#ifdef NO_MOVIES
|
||||||
bool gbNoMovies;
|
bool gbNoMovies = true;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
volatile int32 frameCount;
|
volatile int32 frameCount;
|
||||||
|
2
vendor/librw
vendored
2
vendor/librw
vendored
Submodule vendor/librw updated: 4c4b199057...8f1321f194
Reference in New Issue
Block a user