[Scummvm-cvs-logs] SF.net SVN: scummvm: [27124] scummvm/trunk/engines/saga/actor.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Jun 6 02:56:30 CEST 2007


Revision: 27124
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27124&view=rev
Author:   thebluegr
Date:     2007-06-05 17:56:29 -0700 (Tue, 05 Jun 2007)

Log Message:
-----------
Implemented differences in Actor::calcScreenPosition for IHNM. Now the stitching on the second floor of the zeppelin and the whiskey in the honky-tonk are shown correctly

Modified Paths:
--------------
    scummvm/trunk/engines/saga/actor.cpp

Modified: scummvm/trunk/engines/saga/actor.cpp
===================================================================
--- scummvm/trunk/engines/saga/actor.cpp	2007-06-06 00:52:46 UTC (rev 27123)
+++ scummvm/trunk/engines/saga/actor.cpp	2007-06-06 00:56:29 UTC (rev 27124)
@@ -1669,6 +1669,8 @@
 
 		if (middle <= beginSlope) {
 			commonObjectData->_screenScale = 256;
+		} else if (_vm->getGameType() == GType_IHNM && (objectTypeId(commonObjectData->_id) & kGameObjectObject)) {
+			commonObjectData->_screenScale = 256;
 		} else if (middle >= endSlope) {
 			commonObjectData->_screenScale = 1;
 		} else {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list