[Scummvm-cvs-logs] CVS: scummvm boxes.cpp,1.12,1.13

Vincent Hamm yazoo at users.sourceforge.net
Fri Feb 15 05:50:11 CET 2002


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

Modified Files:
	boxes.cpp 
Log Message:
Another fix for the actor scalling

Index: boxes.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/boxes.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** boxes.cpp	15 Feb 2002 00:46:51 -0000	1.12
--- boxes.cpp	15 Feb 2002 13:49:55 -0000	1.13
***************
*** 34,37 ****
--- 34,39 ----
  
  int Scumm::getBoxScale(int box) {
+ 	if(_features & GF_NO_SCALLING)
+ 		return(255);
  	Box *ptr = getBoxBaseAddr(box);
  	return FROM_LE_16(ptr->scale);





More information about the Scummvm-git-logs mailing list