diff options
author | Filippos Karapetis | 2007-11-19 22:47:58 +0000 |
---|---|---|
committer | Filippos Karapetis | 2007-11-19 22:47:58 +0000 |
commit | e010c59277474715b5f02af72e0645fb4d87022b (patch) | |
tree | 2fc3ba3ecb16ef3b2738f7d364a21229afeb85b9 /engines/agi | |
parent | 2d3316a570475c01cd6fed60f35e2f5ab497e0ee (diff) | |
download | scummvm-rg350-e010c59277474715b5f02af72e0645fb4d87022b.tar.gz scummvm-rg350-e010c59277474715b5f02af72e0645fb4d87022b.tar.bz2 scummvm-rg350-e010c59277474715b5f02af72e0645fb4d87022b.zip |
Oops, made _speakerStream private again
svn-id: r29574
Diffstat (limited to 'engines/agi')
-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; }; |