[Scummvm-cvs-logs] CVS: scummvm/scumm intern.h,2.545,2.546 sound_he.cpp,2.15,2.16

kirben kirben at users.sourceforge.net
Mon Jan 16 02:13:03 CET 2006


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

Modified Files:
	intern.h sound_he.cpp 
Log Message:

Minor changes.


Index: intern.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/intern.h,v
retrieving revision 2.545
retrieving revision 2.546
diff -u -d -r2.545 -r2.546
--- intern.h	9 Jan 2006 11:01:35 -0000	2.545
+++ intern.h	16 Jan 2006 10:11:52 -0000	2.546
@@ -1084,8 +1084,7 @@
 
 	const OpcodeEntryV80he *_opcodesV80he;
 
-	int32 _heSndResId;
-	int _curSndId, _sndPtrOffs, _sndTmrOffs;
+	int32 _heSndResId, _curSndId, _sndPtrOffs, _sndTmrOffs;
 
 public:
 	ScummEngine_v80he(GameDetector *detector, OSystem *syst, const ScummGameSettings &gs, uint8 md5sum[16], int substResFileNameIndex);

Index: sound_he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/sound_he.cpp,v
retrieving revision 2.15
retrieving revision 2.16
diff -u -d -r2.15 -r2.16
--- sound_he.cpp	16 Jan 2006 09:27:36 -0000	2.15
+++ sound_he.cpp	16 Jan 2006 10:11:52 -0000	2.16
@@ -293,7 +293,6 @@
 			if (edi == 2) {
 				val = getSoundVar(sound, val);
 			}
-
 			val = getSoundVar(sound, var) / val;
 			setSoundVar(sound, var, val);
 			break;





More information about the Scummvm-git-logs mailing list