diff options
author | aap <aap@papnet.eu> | 2020-05-28 10:23:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 10:23:28 +0200 |
commit | ab7a21e017b8df907c381bb63709c121e3fcb297 (patch) | |
tree | b800e4de4813630b7fbb64c6bb6a97e858894896 /src/core/config.h | |
parent | cockbuilding ejaculation fix (diff) | |
parent | rem unnecessary asserts (diff) | |
download | re3-ab7a21e017b8df907c381bb63709c121e3fcb297.tar re3-ab7a21e017b8df907c381bb63709c121e3fcb297.tar.gz re3-ab7a21e017b8df907c381bb63709c121e3fcb297.tar.bz2 re3-ab7a21e017b8df907c381bb63709c121e3fcb297.tar.lz re3-ab7a21e017b8df907c381bb63709c121e3fcb297.tar.xz re3-ab7a21e017b8df907c381bb63709c121e3fcb297.tar.zst re3-ab7a21e017b8df907c381bb63709c121e3fcb297.zip |
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h index 42a9c5ff..c90d3cbf 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -205,6 +205,9 @@ enum Config { #define RELOADABLES // some debug menu options to reload TXD files #endif +#define PC_WATER +#define WATER_CHEATS + // Particle #define PC_PARTICLE //#define PS2_ALTERNATIVE_CARSPLASH // unused on PS2 |