[Scummvm-cvs-logs] CVS: scummvm/scumm sound.h,1.51,1.52
Max Horn
fingolfin at users.sourceforge.net
Fri Oct 17 10:06:10 CEST 2003
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv17384/scumm
Modified Files:
sound.h
Log Message:
cleanup
Index: sound.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound.h,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- sound.h 17 Oct 2003 16:30:24 -0000 1.51
+++ sound.h 17 Oct 2003 17:05:19 -0000 1.52
@@ -38,11 +38,10 @@
protected:
int16 _soundQuePos, _soundQue[0x100];
int16 _soundQue2Pos, _soundQue2[10];
- bool _soundsPaused2;
- bool _soundVolumePreset;
public:
const char *_nameBundleMusic;
+ int32 _bundleMusicPosition;
protected:
const char *_newNameBundleMusic;
@@ -98,8 +97,6 @@
ScummEngine *_scumm;
public:
- int32 _bundleMusicPosition;
-
PlayingSoundHandle _talkChannelHandle; // Handle of mixer channel actor is talking on
bool _soundsPaused;
byte _sfxMode;
More information about the Scummvm-git-logs
mailing list