[Scummvm-cvs-logs] CVS: scummvm/scumm/imuse_digi dimuse.h,1.52,1.53

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun May 2 06:16:06 CEST 2004


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

Modified Files:
	dimuse.h 
Log Message:
changed from int to int32 to be sure

Index: dimuse.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse.h,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- dimuse.h	2 May 2004 12:20:55 -0000	1.52
+++ dimuse.h	2 May 2004 13:15:33 -0000	1.53
@@ -51,25 +51,25 @@
 		int32 volFadeDelay;	//
 		bool volFadeUsed;	//
 
-		int soundId;
+		int32 soundId;
 		char soundName[15];
 		bool used;
 		bool toBeRemoved;
 		bool started;
 		bool souStream;
-		int priority;
+		int32 priority;
 		int32 regionOffset;
 		int32 trackOffset;
 		int32 dataOffset;
-		int curRegion;
-		int curHookId;
-		int volGroupId;
-		int soundType;
-		int iteration;
-		int mod;
+		int32 curRegion;
+		int32 curHookId;
+		int32 volGroupId;
+		int32 soundType;
+		int32 iteration;
+		int32 mod;
 		int32 mixerFlags;
-		int mixerVol;
-		int mixerPan;
+		int32 mixerVol;
+		int32 mixerPan;
 
 		ImuseDigiSndMgr::soundStruct *soundHandle;
 		PlayingSoundHandle handle;





More information about the Scummvm-git-logs mailing list