aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/talk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/talk.cpp')
-rw-r--r--engines/sludge/talk.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/talk.cpp b/engines/sludge/talk.cpp
index 12f6d8e151..d72db2c218 100644
--- a/engines/sludge/talk.cpp
+++ b/engines/sludge/talk.cpp
@@ -263,7 +263,7 @@ bool loadSpeech(speechStruct *sS, Common::SeekableReadStream *stream) {
}
// Read what's being said
- speechLine * * viewLine = &sS->allSpeech;
+ speechLine **viewLine = &sS->allSpeech;
speechLine *newOne;
speech->lastFile = -1;
while (stream->readByte()) {