aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/hugo.cpp')
-rw-r--r--engines/hugo/hugo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp
index 122022ab8a..f36a195198 100644
--- a/engines/hugo/hugo.cpp
+++ b/engines/hugo/hugo.cpp
@@ -310,7 +310,7 @@ void HugoEngine::runMachine() {
screen().displayList(D_RESTORE); // Restore previous background
updateImages(); // Draw into _frontBuffer, compile display list
mouse().mouseHandler(); // Mouse activity - adds to display list
- parser().drawStatusText();
+ screen().drawStatusText();
screen().displayList(D_DISPLAY); // Blit the display list to screen
break;
case V_INVENT: // Accessing inventory
@@ -629,7 +629,6 @@ bool HugoEngine::loadHugoDat() {
in.readUint16BE();
}
}
-
}
// TODO: For Hugo3, if not in story mode, set _objects[2].state to 3