[Scummvm-cvs-logs] CVS: scummvm/sword2/driver d_sound.h,1.39,1.40
Max Horn
fingolfin at users.sourceforge.net
Sat Jan 3 06:11:01 CET 2004
Update of /cvsroot/scummvm/scummvm/sword2/driver
In directory sc8-pr-cvs1:/tmp/cvs-serv11166/sword2/driver
Modified Files:
d_sound.h
Log Message:
renamed AudioInputStream -> AudioStream
Index: d_sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/driver/d_sound.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- d_sound.h 3 Jan 2004 11:24:39 -0000 1.39
+++ d_sound.h 3 Jan 2004 14:10:13 -0000 1.40
@@ -44,7 +44,7 @@
PlayingSoundHandle _handle;
};
-class MusicHandle : public AudioInputStream {
+class MusicHandle : public AudioStream {
public:
bool _firstTime;
bool _streaming;
More information about the Scummvm-git-logs
mailing list