mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-20 01:49:23 +00:00
minor refactoring
This commit is contained in:
parent
02a28996f4
commit
416a898943
8 changed files with 143 additions and 135 deletions
|
@ -323,6 +323,11 @@ enum Config {
|
|||
#define USE_BASIC_SCRIPT_DEBUG_OUTPUT
|
||||
#endif
|
||||
|
||||
#ifdef MASTER
|
||||
#undef USE_ADVANCED_SCRIPT_DEBUG_OUTPUT
|
||||
#undef USE_BASIC_SCRIPT_DEBUG_OUTPUT
|
||||
#endif
|
||||
|
||||
// Replay
|
||||
//#define DONT_FIX_REPLAY_BUGS // keeps various bugs in CReplay, some of which are fairly cool!
|
||||
//#define USE_BETA_REPLAY_MODE // adds another replay mode, a few seconds slomo (caution: buggy!)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue