summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2021-08-29 18:32:22 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2021-08-29 18:32:22 +0200
commit453f8c05a4fc2ef03ba1d4f7bac43ba871c52fbd (patch)
treeb1586ab27437633e49c795c2e1277f6ca4877cfa /src/core/config.h
parentfix (diff)
downloadre3-453f8c05a4fc2ef03ba1d4f7bac43ba871c52fbd.tar
re3-453f8c05a4fc2ef03ba1d4f7bac43ba871c52fbd.tar.gz
re3-453f8c05a4fc2ef03ba1d4f7bac43ba871c52fbd.tar.bz2
re3-453f8c05a4fc2ef03ba1d4f7bac43ba871c52fbd.tar.lz
re3-453f8c05a4fc2ef03ba1d4f7bac43ba871c52fbd.tar.xz
re3-453f8c05a4fc2ef03ba1d4f7bac43ba871c52fbd.tar.zst
re3-453f8c05a4fc2ef03ba1d4f7bac43ba871c52fbd.zip
Diffstat (limited to 'src/core/config.h')
-rw-r--r--src/core/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/config.h b/src/core/config.h
index 9049fec0..b20f85ae 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -436,6 +436,7 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually
// Vehicles
#define EXPLODING_AIRTRAIN // can blow up jumbo jet with rocket launcher
#define CPLANE_ROTORS // make the rotors of the NPC police heli rotate
+#define BOMBS_ON_BIKES // allow player to set bombs on bikes
// Pickups
//#define MONEY_MESSAGES
@@ -463,6 +464,7 @@ static_assert(false, "SUPPORT_XBOX_SCRIPT and SUPPORT_MOBILE_SCRIPT are mutually
#define ATTACH_RELEASING_SOUNDS_TO_ENTITIES // sounds would follow ped and vehicles coordinates if not being queued otherwise
#define USE_TIME_SCALE_FOR_AUDIO // slow down/speed up sounds according to the speed of the game
#define MULTITHREADED_AUDIO // for streams. requires C++11 or later
+#define CUSTOM_SOUND_TRACK // LCS PSP feature - TODO
#ifdef AUDIO_OPUS
#define AUDIO_OAL_USE_OPUS // enable support of opus files