1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

Fix #5924: don't show " (DEBUG)" if DEBUG is set but is 0.

Signed-off-by: Jan Segre <jan@segre.in>
This commit is contained in:
Jan Segre
2017-07-17 14:15:48 -03:00
parent 489c74518c
commit 9a2ba06da3

View File

@@ -33,7 +33,7 @@ const char gVersionInfoFull[] =
#ifdef OPENRCT2_BUILD_SERVER
" provided by " OPENRCT2_BUILD_SERVER
#endif
#ifdef DEBUG
#ifndef NDEBUG
" (DEBUG)"
#endif
;