aboutsummaryrefslogtreecommitdiff
path: root/engines/agi
diff options
context:
space:
mode:
authorFilippos Karapetis2007-11-19 22:47:58 +0000
committerFilippos Karapetis2007-11-19 22:47:58 +0000
commite010c59277474715b5f02af72e0645fb4d87022b (patch)
tree2fc3ba3ecb16ef3b2738f7d364a21229afeb85b9 /engines/agi
parent2d3316a570475c01cd6fed60f35e2f5ab497e0ee (diff)
downloadscummvm-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.h2
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;
};