aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/main_loop.cpp
diff options
context:
space:
mode:
authorSimei Yin2017-12-19 21:24:31 +0100
committerSimei Yin2017-12-19 22:12:08 +0100
commitd98016b22293c9f692050bef62e81c1cb70ff1fa (patch)
treefba0b94b235671baba7de5e9a75075d011f3ba78 /engines/sludge/main_loop.cpp
parenta2eb11f464f33b4e2bff1b6c3c0a8d240921f5d2 (diff)
downloadscummvm-rg350-d98016b22293c9f692050bef62e81c1cb70ff1fa.tar.gz
scummvm-rg350-d98016b22293c9f692050bef62e81c1cb70ff1fa.tar.bz2
scummvm-rg350-d98016b22293c9f692050bef62e81c1cb70ff1fa.zip
SLUDGE: Objectify speech manager
Diffstat (limited to 'engines/sludge/main_loop.cpp')
-rw-r--r--engines/sludge/main_loop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/main_loop.cpp b/engines/sludge/main_loop.cpp
index fc164dfd57..905d91d9c2 100644
--- a/engines/sludge/main_loop.cpp
+++ b/engines/sludge/main_loop.cpp
@@ -38,7 +38,7 @@
#include "sludge/sound.h"
#include "sludge/sludge.h"
#include "sludge/sludger.h"
-#include "sludge/talk.h"
+#include "sludge/speech.h"
#include "sludge/transition.h"
#include "sludge/timing.h"