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:
@@ -33,7 +33,7 @@ const char gVersionInfoFull[] =
|
||||
#ifdef OPENRCT2_BUILD_SERVER
|
||||
" provided by " OPENRCT2_BUILD_SERVER
|
||||
#endif
|
||||
#ifdef DEBUG
|
||||
#ifndef NDEBUG
|
||||
" (DEBUG)"
|
||||
#endif
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user