Clarify the cheat mode message.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1596 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
b7e9c15c93
commit
a8d55255c2
|
@ -202,7 +202,7 @@ BOOL ParseCommandLine(int argc, char** argv)
|
||||||
}
|
}
|
||||||
else if ( strcasecmp(tokenType, "--cheat") == 0 )
|
else if ( strcasecmp(tokenType, "--cheat") == 0 )
|
||||||
{
|
{
|
||||||
fprintf(stdout, " ** CHEAT MODE ACTIVATED! **\n");
|
fprintf(stdout, " ** CHEAT MODE UNLOCKED! **\n");
|
||||||
bAllowDebugMode = TRUE;
|
bAllowDebugMode = TRUE;
|
||||||
}
|
}
|
||||||
else if ( strcasecmp( tokenType, "--fullscreen" ) == 0 )
|
else if ( strcasecmp( tokenType, "--fullscreen" ) == 0 )
|
||||||
|
|
Loading…
Reference in New Issue