diff options
author | aap <aap@papnet.eu> | 2020-10-25 16:17:31 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-10-25 16:17:31 +0100 |
commit | 537c0960fe6bc08744498dc993cdac32e3be6920 (patch) | |
tree | e4de7f215d049d8679c00d87488d36d09f33e552 /src/core/main.h | |
parent | 5b8437172a610cae2106cb1337be53c5998e251e (diff) |
clean up timebar ifdefs
Diffstat (limited to 'src/core/main.h')
-rw-r--r-- | src/core/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/main.h b/src/core/main.h index 96fbef05..8bf06c30 100644 --- a/src/core/main.h +++ b/src/core/main.h @@ -16,6 +16,8 @@ extern bool gbPrintShite; extern bool gbModelViewer; #ifdef TIMEBARS extern bool gbShowTimebars; +#else +#define gbShowTimebars false #endif class CSprite2d; |