pools compatibility

This commit is contained in:
Nikolay Korolev
2020-04-27 00:54:43 +03:00
parent fbca45239d
commit 74fde1397e
5 changed files with 625 additions and 5 deletions

View File

@@ -223,6 +223,8 @@ enum Config {
#define USE_MEASUREMENTS_IN_METERS // makes game use meters instead of feet in script
#define USE_PRECISE_MEASUREMENT_CONVERTION // makes game convert feet to meeters more precisely
#define COMPATIBLE_SAVES // this allows changing structs while keeping saves compatible
// 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!)