Open
Description
Area(s) with this issue?
The bug also exists in the original C&C Generals (Not Zero Hour)
Describe the issue
CommandLine.cpp
In Gen
#if !defined(_PLAYTEST) || (defined(_DEBUG) || defined(_INTERNAL))
Int parseNoLogo(char *args[], int)
...
#if !defined(_PLAYTEST) || (defined(_DEBUG) || defined(_INTERNAL))
{ "-noaudio", parseNoAudio },
{ "-map", parseMapName },
{ "-nomusic", parseNoMusic },
{ "-novideo", parseNoVideo },
{ "-noLogOrCrash", parseNoLogOrCrash },
{ "-FPUPreserve", parseFPUPreserve },
I discovered this when removing _PLAYTEST, this source file no longer compiled.
Steps to reproduce
.
Attachments
No response