diff options
-rw-r--r-- | engines/agi/preagi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/preagi.h b/engines/agi/preagi.h index ff7bcc789d..0644a185c0 100644 --- a/engines/agi/preagi.h +++ b/engines/agi/preagi.h @@ -57,7 +57,6 @@ public: SoundMgr *_sound; PictureMgr *_picture; PreAGI_Console *_console; - Audio::PCSpeaker *_speakerStream; void clearImageStack() {} void recordImageStackCall(uint8 type, int16 p1, int16 p2, int16 p3, @@ -96,6 +95,7 @@ public: private: int _defaultColor; + Audio::PCSpeaker *_speakerStream; Audio::SoundHandle _speakerHandle; }; |