mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 13:23:59 +02:00
* fix typo
This commit is contained in:
@@ -2469,7 +2469,7 @@ int glestMain(int argc, char** argv) {
|
||||
for(unsigned int i = 0; i < paramHeadlessCommandList.size(); ++i) {
|
||||
string headless_command = paramHeadlessCommandList[i];
|
||||
if(headless_command == "exit") {
|
||||
printf("Forcing quit after game has compelted [%s]\n",headless_command.c_str());
|
||||
printf("Forcing quit after game has completed [%s]\n",headless_command.c_str());
|
||||
Program::setWantShutdownApplicationAfterGame(true);
|
||||
}
|
||||
else if(headless_command == "vps") {
|
||||
|
Reference in New Issue
Block a user