summaryrefslogtreecommitdiffstats
path: root/src/core/config.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2020-12-15 03:51:53 +0100
committererorcun <erorcunerorcun@hotmail.com.tr>2020-12-15 03:51:53 +0100
commit984b8efccc844588d8d7ddfd94713dee5ac90fc7 (patch)
treeef2e3301ab96eeb3f2ce97eb14b3102af56062bd /src/core/config.h
parentMerge pull request #882 from GTAmodding/ShFil119-patch-1 (diff)
downloadre3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.tar
re3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.tar.gz
re3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.tar.bz2
re3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.tar.lz
re3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.tar.xz
re3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.tar.zst
re3-984b8efccc844588d8d7ddfd94713dee5ac90fc7.zip
Diffstat (limited to '')
-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 ad0df2da..54d53253 100644
--- a/src/core/config.h
+++ b/src/core/config.h
@@ -284,6 +284,7 @@ enum Config {
// #define BETA_SLIDING_TEXT
#define TRIANGULAR_BLIPS // height indicating triangular radar blips, as in VC
// #define XBOX_SUBTITLES // the infamous outlines
+#define RADIO_OFF_TEXT
#define PC_MENU
#ifndef PC_MENU
@@ -348,6 +349,7 @@ enum Config {
#define FREE_CAM // Rotating cam
// Audio
+#define RADIO_SCROLL_TO_PREV_STATION
#ifndef AUDIO_OAL // is not working yet for openal
#define AUDIO_CACHE // cache sound lengths to speed up the cold boot
#endif