Update of /cvsroot/super-tux/supertux/lib/math
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20618/lib/math
Modified Files:
physic.cpp
Log Message:
fixed broken 1-time animations in sprites, fixed collision code returning no-collision if both objects didn't move, some cleanups
Index: physic.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/lib/math/physic.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- physic.cpp 24 Nov 2004 14:10:22 -0000 1.6
+++ physic.cpp 26 Nov 2004 13:56:30 -0000 1.7
@@ -23,7 +23,6 @@
#include <cstdio>
#include "math/physic.h"
-#include "special/timer.h"
using namespace SuperTux;
|