[Scummvm-cvs-logs] CVS: scummvm/graphics animation.h,1.17,1.18

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


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

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

Index: animation.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/animation.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- animation.h	10 May 2005 23:48:36 -0000	1.17
+++ animation.h	11 May 2005 00:01:25 -0000	1.18
@@ -88,7 +88,7 @@
 
 	Common::File *_mpegFile;
 
-	SoundHandle _bgSound;
+	Audio::SoundHandle _bgSound;
 	AudioStream *_bgSoundStream;
 
 #ifdef BACKEND_8BIT





More information about the Scummvm-git-logs mailing list