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
1 changed files with 1 additions and 1 deletions

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
;