aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/statusba.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/statusba.cpp')
-rw-r--r--engines/sludge/statusba.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/statusba.cpp b/engines/sludge/statusba.cpp
index 577e82b64a..2f1eb6fc15 100644
--- a/engines/sludge/statusba.cpp
+++ b/engines/sludge/statusba.cpp
@@ -216,7 +216,7 @@ bool loadStatusBars(Common::SeekableReadStream *stream) {
setFontColour(verbLinePalette, nowStatus->statusR, nowStatus->statusG, nowStatus->statusB);
setFontColour(litVerbLinePalette, nowStatus->statusLR, nowStatus->statusLG, nowStatus->statusLB);
// Read what's being said
- statusBar * * viewLine = & (nowStatus->firstStatusBar);
+ statusBar **viewLine = & (nowStatus->firstStatusBar);
statusBar *newOne;
while (stream->readByte()) {
newOne = new statusBar;