aboutsummaryrefslogtreecommitdiff
path: root/scumm/scummvm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scummvm.cpp')
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 359828168a..02a1d69e7c 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -499,7 +499,7 @@ int Scumm::scummLoop(int delta)
runAllScripts();
checkExecVerbs();
- checkAndRunVar33();
+ checkAndRunSentenceScript();
if (_currentRoom == 0) {
gdi._cursorActive = 0;