[Scummvm-cvs-logs] SF.net SVN: scummvm: [29574] scummvm/trunk/engines/agi/preagi.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Mon Nov 19 23:47:58 CET 2007


Revision: 29574
          http://scummvm.svn.sourceforge.net/scummvm/?rev=29574&view=rev
Author:   thebluegr
Date:     2007-11-19 14:47:58 -0800 (Mon, 19 Nov 2007)

Log Message:
-----------
Oops, made _speakerStream private again

Modified Paths:
--------------
    scummvm/trunk/engines/agi/preagi.h

Modified: scummvm/trunk/engines/agi/preagi.h
===================================================================
--- scummvm/trunk/engines/agi/preagi.h	2007-11-19 22:37:52 UTC (rev 29573)
+++ scummvm/trunk/engines/agi/preagi.h	2007-11-19 22:47:58 UTC (rev 29574)
@@ -57,7 +57,6 @@
 	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 @@
 private:
 	int _defaultColor;
 
+	Audio::PCSpeaker *_speakerStream;
 	Audio::SoundHandle _speakerHandle;
 };
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list