aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/game/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lastexpress/game/sound.h')
-rw-r--r--engines/lastexpress/game/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lastexpress/game/sound.h b/engines/lastexpress/game/sound.h
index 3f3941f207..85dfcc2e66 100644
--- a/engines/lastexpress/game/sound.h
+++ b/engines/lastexpress/game/sound.h
@@ -197,7 +197,7 @@ public:
void saveLoadWithSerializer(Common::Serializer &ser);
private:
- typedef int32* SoundBuffer;
+ typedef int32 *SoundBuffer;
enum SoundStatus {
kSoundStatus_20 = 0x20,
@@ -277,7 +277,7 @@ private:
};
// Engine
- LastExpressEngine* _engine;
+ LastExpressEngine *_engine;
// State flag
int _state;