[Scummvm-cvs-logs] SF.net SVN: scummvm:[52515] scummvm/trunk/engines/sci/engine/kgraphics.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sat Sep 4 11:20:38 CEST 2010


Revision: 52515
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52515&view=rev
Author:   m_kiewitz
Date:     2010-09-04 09:20:38 +0000 (Sat, 04 Sep 2010)

Log Message:
-----------
SCI: removing non-sierra sci code in kDirLoop

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kgraphics.cpp

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-09-04 08:51:10 UTC (rev 52514)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-09-04 09:20:38 UTC (rev 52515)
@@ -69,8 +69,6 @@
 	if (signal & kSignalDoesntTurn)
 		return;
 
-	angle %= 360;
-
 	int16 useLoop = -1;
 	if (getSciVersion() > SCI_VERSION_0_EARLY) {
 		if ((angle > 315) || (angle < 45)) {


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