mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-30 10:15:36 +01:00
Fix wrong #define checks for DEBUG macro
This commit is contained in:
@@ -397,7 +397,7 @@ namespace OpenRCT2
|
||||
{
|
||||
String::AppendFormat(buffer, bufferSize, " provided by %s", gBuildServer);
|
||||
}
|
||||
#if DEBUG
|
||||
#ifdef DEBUG
|
||||
String::AppendFormat(buffer, bufferSize, " (DEBUG)", gBuildServer);
|
||||
#endif
|
||||
_versionInfo = buffer;
|
||||
|
||||
Reference in New Issue
Block a user