[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
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword2/driver animation.cpp,1.64,1.65 animation.h,1.38,1.39 d_sound.cpp,1.150,1.151
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm player_mod.cpp,2.21,2.22 player_mod.h,2.19,2.20 sound.cpp,1.458,1.459 sound.h,1.87,1.88
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 {
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/sword2/driver animation.cpp,1.64,1.65 animation.h,1.38,1.39 d_sound.cpp,1.150,1.151
- Next message: [Scummvm-cvs-logs] CVS: scummvm/scumm player_mod.cpp,2.21,2.22 player_mod.h,2.19,2.20 sound.cpp,1.458,1.459 sound.h,1.87,1.88
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list