aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/dm/dm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/dm.cpp b/engines/dm/dm.cpp
index 2a20b86410..4408eb4993 100644
--- a/engines/dm/dm.cpp
+++ b/engines/dm/dm.cpp
@@ -113,7 +113,7 @@ void DMEngine::startGame() {
if (!_dungeonMan->_messages._newGame) {
warning("TODO: loading game");
- } {
+ } else {
_displayMan->_useByteBoxCoordinates = false;
warning("TODO: clear screen");
}