[Scummvm-cvs-logs] CVS: scummvm/saga actor.cpp,1.55,1.56
Torbjörn Andersson
eriktorbjorn at users.sourceforge.net
Mon Dec 27 08:47:01 CET 2004
Update of /cvsroot/scummvm/scummvm/saga
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10592
Modified Files:
actor.cpp
Log Message:
Removed unused variable.
Index: actor.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/actor.cpp,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- actor.cpp 25 Dec 2004 11:17:02 -0000 1.55
+++ actor.cpp 27 Dec 2004 16:46:24 -0000 1.56
@@ -689,7 +689,7 @@
//todo: it
}
{
- Point pointFrom, pointTo, pointBest;
+ Point pointFrom, pointTo;
pointFrom.x = actor->location.x / ACTOR_LMULT;
pointFrom.y = actor->location.y / ACTOR_LMULT;
More information about the Scummvm-git-logs
mailing list