mirror of
https://github.com/glest/glest-source.git
synced 2025-08-17 13:50:43 +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) {
|
for(unsigned int i = 0; i < paramHeadlessCommandList.size(); ++i) {
|
||||||
string headless_command = paramHeadlessCommandList[i];
|
string headless_command = paramHeadlessCommandList[i];
|
||||||
if(headless_command == "exit") {
|
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);
|
Program::setWantShutdownApplicationAfterGame(true);
|
||||||
}
|
}
|
||||||
else if(headless_command == "vps") {
|
else if(headless_command == "vps") {
|
||||||
|
Reference in New Issue
Block a user