Clarify the cheat mode message.

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1596 4a71c877-e1ca-e34f-864e-861f7616d084
master
Dennis Schridde 2007-05-07 18:58:26 +00:00
parent b7e9c15c93
commit a8d55255c2
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ BOOL ParseCommandLine(int argc, char** argv)
}
else if ( strcasecmp(tokenType, "--cheat") == 0 )
{
fprintf(stdout, " ** CHEAT MODE ACTIVATED! **\n");
fprintf(stdout, " ** CHEAT MODE UNLOCKED! **\n");
bAllowDebugMode = TRUE;
}
else if ( strcasecmp( tokenType, "--fullscreen" ) == 0 )