diff options
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 2 |
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 |