[Scummvm-cvs-logs] CVS: scummvm/queen sound.h,1.28,1.29

Max Horn fingolfin at users.sourceforge.net
Tue May 10 17:03:30 CEST 2005


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

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

Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/sound.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- sound.h	10 May 2005 23:48:37 -0000	1.28
+++ sound.h	11 May 2005 00:01:25 -0000	1.29
@@ -112,8 +112,8 @@
 	bool _speechSfxExists;
 	
 	int16 _lastOverride;
-	SoundHandle _sfxHandle;
-	SoundHandle _speechHandle;
+	Audio::SoundHandle _sfxHandle;
+	Audio::SoundHandle _speechHandle;
 };
 
 class SilentSound : public Sound {





More information about the Scummvm-git-logs mailing list