[Scummvm-cvs-logs] CVS: scummvm actor.cpp,1.56,1.57

Vincent Hamm yazoo at users.sourceforge.net
Wed Apr 24 00:54:01 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv26650a

Modified Files:
	actor.cpp 
Log Message:
Quick fix to ft's fuel tower bug

Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/actor.cpp,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** actor.cpp	24 Apr 2002 04:26:08 -0000	1.56
--- actor.cpp	24 Apr 2002 07:53:48 -0000	1.57
***************
*** 350,353 ****
--- 350,356 ----
  		warning("Actor %d at %d, scale %d out of range", a->number, a->y, scale);
  
+ 	if(scale == 1 && _currentRoom == 76)
+ 		scale = 0xFF;
+ 
  	a->scalex = (byte)scale;
  	a->scaley = (byte)scale;





More information about the Scummvm-git-logs mailing list