summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorNikolay <nickvnuk@gmail.com>2021-08-31 22:16:52 +0200
committerGitHub <noreply@github.com>2021-08-31 22:16:52 +0200
commit9bd80324d1ff3f221304a7dde98358d9895926c2 (patch)
tree7f2b08583a71f159faa69b4254b54e4fac55174c /src/core/config.h
parentBridge sound done (diff)
parentfix compile (diff)
downloadre3-9bd80324d1ff3f221304a7dde98358d9895926c2.tar
re3-9bd80324d1ff3f221304a7dde98358d9895926c2.tar.gz
re3-9bd80324d1ff3f221304a7dde98358d9895926c2.tar.bz2
re3-9bd80324d1ff3f221304a7dde98358d9895926c2.tar.lz
re3-9bd80324d1ff3f221304a7dde98358d9895926c2.tar.xz
re3-9bd80324d1ff3f221304a7dde98358d9895926c2.tar.zst
re3-9bd80324d1ff3f221304a7dde98358d9895926c2.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 27148483..0d29ff58 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -435,6 +435,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
@@ -462,6 +463,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