[Scummvm-cvs-logs] CVS: scummvm/scumm scumm.h,1.147,1.148

Max Horn fingolfin at users.sourceforge.net
Fri Feb 7 18:01:02 CET 2003


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv14428

Modified Files:
	scumm.h 
Log Message:
cleanup

Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/scumm.h,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- scumm.h	8 Feb 2003 01:27:21 -0000	1.147
+++ scumm.h	8 Feb 2003 02:00:22 -0000	1.148
@@ -706,7 +706,7 @@
 	uint32 _IM00_offs, _PALS_offs;
 
 	//ender: fullscreen
-	bool _fullRedraw, _BgNeedsRedraw, _shakeEnabled, _verbRedraw;
+	bool _fullRedraw, _BgNeedsRedraw, _verbRedraw;
 	bool _screenEffectFlag, _completeScreenRedraw;
 
 	struct {
@@ -771,8 +771,6 @@
 	void setupShadowPalette(int redScale, int greenScale, int blueScale, int startColor, int endColor);
 	void darkenPalette(int redScale, int greenScale, int blueScale, int startColor, int endColor);
 
-	void setShake(int mode);
-
 	void setCursor(int cursor);
 	void setCursorImg(uint img, uint room, uint imgindex);
 	void setCursorHotspot2(int x, int y);
@@ -827,8 +825,10 @@
 	byte *_bompMaskPtr;
 	byte *_bompActorPalletePtr;
 
-
+	bool _shakeEnabled;
 	uint _shakeFrame;
+	void setShake(int mode);
+
 	int _screenStartStrip, _screenEndStrip;
 	int _screenLeft, _screenTop;
 





More information about the Scummvm-git-logs mailing list