mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-28 14:45:40 +00:00
disable movies by default; update librw
This commit is contained in:
parent
e2014cfd92
commit
c707f92d0a
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
2
vendor/librw
vendored
2
vendor/librw
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 4c4b199057e9570557cdf108d21795236a076755
|
||||
Subproject commit 8f1321f194c33b573d3e45e383bb95c41ac3477b
|
Loading…
Reference in a new issue