[Scummvm-cvs-logs] SF.net SVN: scummvm: [24366] scummvm/trunk/engines/scumm

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Wed Oct 18 16:01:11 CEST 2006


Revision: 24366
          http://svn.sourceforge.net/scummvm/?rev=24366&view=rev
Author:   fingolfin
Date:     2006-10-18 07:01:06 -0700 (Wed, 18 Oct 2006)

Log Message:
-----------
SCUMM: Yet another minox walkbox cleanup

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/boxes.cpp
    scummvm/trunk/engines/scumm/boxes.h

Modified: scummvm/trunk/engines/scumm/boxes.cpp
===================================================================
--- scummvm/trunk/engines/scumm/boxes.cpp	2006-10-18 13:33:42 UTC (rev 24365)
+++ scummvm/trunk/engines/scumm/boxes.cpp	2006-10-18 14:01:06 UTC (rev 24366)
@@ -89,8 +89,8 @@
 static bool compareSlope(int X1, int Y1, int X2, int Y2, int X3, int Y3);
 static Common::Point closestPtOnLine(const Common::Point &start, const Common::Point &end, int x, int y);
 static uint distanceFromPt(int x, int y, int ptx, int pty);
+static void getGates(const BoxCoords &box1, const BoxCoords &box2, Common::Point gateA[2], Common::Point gateB[2]);
 
-
 byte ScummEngine::getMaskFromBox(int box) {
 	// WORKAROUND for bug #740244 and #755863. This appears to have been a
 	// long standing bug in the original engine?

Modified: scummvm/trunk/engines/scumm/boxes.h
===================================================================
--- scummvm/trunk/engines/scumm/boxes.h	2006-10-18 13:33:42 UTC (rev 24365)
+++ scummvm/trunk/engines/scumm/boxes.h	2006-10-18 14:01:06 UTC (rev 24366)
@@ -50,7 +50,6 @@
 	Common::Point lr;
 };
 
-void getGates(const BoxCoords &box1, const BoxCoords &box2, Common::Point gateA[2], Common::Point gateB[2]);
 bool inBoxQuickReject(const BoxCoords &box, int x, int y, int threshold);
 int getClosestPtOnBox(const BoxCoords &box, int x, int y, int16& outX, int16& outY);
 


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