aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
Diffstat (limited to 'scumm')
-rw-r--r--scumm/smush/smush_player.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/smush/smush_player.h b/scumm/smush/smush_player.h
index 5d9425a33a..12a86a01a9 100644
--- a/scumm/smush/smush_player.h
+++ b/scumm/smush/smush_player.h
@@ -68,7 +68,7 @@ private:
byte *_dst;
bool _updateNeeded;
bool _insanity;
- bool _midleAudio;
+ bool _middleAudio;
public:
SmushPlayer(ScummEngine *, int, bool);