diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-09-27 19:21:16 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-09-27 19:22:21 +0300 |
commit | 70aac0f460a9e57956de00ae5d84d8bb4bf4643c (patch) | |
tree | 92e3d8073b6e9e4ad8ae3ee7d8a2460c7e079cca /src/core/config.h | |
parent | 9b7642454006f4c6b93d57297f88b2899e3f0077 (diff) |
Fixes: PS2/PS2-like menu, Hud, new sliding text found
Diffstat (limited to 'src/core/config.h')
-rw-r--r-- | src/core/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/config.h b/src/core/config.h index 13a0c099..e8e15ebe 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -235,7 +235,7 @@ enum Config { // Hud, frontend and radar #define HUD_ENHANCEMENTS // Adjusts some aspects to make the HUD look/behave a little bit better. -#define BETA_SLIDING_TEXT +// #define BETA_SLIDING_TEXT #define TRIANGULAR_BLIPS // height indicating triangular radar blips, as in VC #define PC_MENU |