[Scummvm-cvs-logs] CVS: scummvm/gob sound.cpp,1.11,1.12 sound.h,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Tue May 10 17:04:34 CEST 2005


Update of /cvsroot/scummvm/scummvm/gob
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv451/gob

Modified Files:
	sound.cpp sound.h 
Log Message:
Moved some more stuff to namespace Audio (enough for tonight)

Index: sound.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/sound.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- sound.cpp	10 May 2005 23:48:36 -0000	1.11
+++ sound.cpp	11 May 2005 00:01:24 -0000	1.12
@@ -85,7 +85,7 @@
 }
 
 SquareWaveStream speakerStream;
-SoundHandle speakerHandle;
+Audio::SoundHandle speakerHandle;
 Snd_SoundDesc *snd_loopingSounds[5]; // Should be enough
 
 void snd_initSound(void) {

Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gob/sound.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- sound.h	6 May 2005 15:59:33 -0000	1.7
+++ sound.h	11 May 2005 00:01:24 -0000	1.8
@@ -44,7 +44,7 @@
 void snd_writeAdlib(int16 port, int16 data);
 
 typedef struct Snd_SoundDesc {
-	SoundHandle handle;
+	Audio::SoundHandle handle;
 	char *data;
 	int32 size;
 	int16 repCount;





More information about the Scummvm-git-logs mailing list