Update of /cvsroot/super-tux/supertux/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17219/src
Modified Files:
Tag: supertux_0_1_1_branch
player.cpp
Log Message:
Ooops, forgot to remove the line I use to not be damaged by bad guys.
Yes, I am a lazy bastard. :D
Index: player.cpp
===================================================================
RCS file: /cvsroot/super-tux/supertux/src/player.cpp,v
retrieving revision 1.88.2.2
retrieving revision 1.88.2.3
diff -u -d -r1.88.2.2 -r1.88.2.3
--- player.cpp 3 Aug 2004 18:47:15 -0000 1.88.2.2
+++ player.cpp 3 Aug 2004 18:52:48 -0000 1.88.2.3
@@ -622,7 +622,6 @@
void
Player::collision(void* p_c_object, int c_object)
{
-return;
BadGuy* pbad_c = NULL;
switch (c_object)
|