[Scummvm-cvs-logs] CVS: scummvm/scumm actor.h,1.25,1.26

Max Horn fingolfin at users.sourceforge.net
Sun May 25 04:54:02 CEST 2003


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

Modified Files:
	actor.h 
Log Message:
some sane default values for speedx/speedy (shouldn't matter, though, as script usually set those early)

Index: actor.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/actor.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- actor.h	22 May 2003 09:58:32 -0000	1.25
+++ actor.h	25 May 2003 11:53:42 -0000	1.26
@@ -119,7 +119,8 @@
 		number = 0;
 		needRedraw = needBgReset = costumeNeedsInit = visible = false;
 		flip = false;
-		speedx = speedy = 0;
+		speedx = 8;
+		speedy = 2;
 		frame = 0;
 		walkbox = 0;
 		animProgress = 0;





More information about the Scummvm-git-logs mailing list