aboutsummaryrefslogtreecommitdiff
path: root/sword1/sword1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/sword1.cpp')
-rw-r--r--sword1/sword1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword1/sword1.cpp b/sword1/sword1.cpp
index c5f57a82ac..24cdb02c59 100644
--- a/sword1/sword1.cpp
+++ b/sword1/sword1.cpp
@@ -1010,7 +1010,7 @@ void SwordEngine::go(void) {
initialize();
// check if we have savegames. if we do, show control panel, else start intro.
do {
- mainLoop();
+ mainLoop();
// mainLoop was left, show control panel
} while (true);
}
@@ -1081,7 +1081,7 @@ void SwordEngine::mainLoop(void) {
_screen->quitScreen(); // close graphic resources
_objectMan->closeSection(SwordLogic::_scriptVars[SCREEN]); // close the section that PLAYER has just left, if it's empty now
- // todo: stop sfx, clear sfx queue, free sfx memory
+ // todo: stop sfx, clear sfx queue, free sfx memory
} while (_systemVars.saveGameFlag < 2);
}