[Super-tux-commit] supertux/src special.cpp,1.16,1.17
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-13 18:38:08
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30353 Modified Files: special.cpp Log Message: - fixed egg behaviour a bit Index: special.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/special.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- special.cpp 13 Apr 2004 02:19:13 -0000 1.16 +++ special.cpp 13 Apr 2004 18:24:06 -0000 1.17 @@ -199,7 +199,6 @@ || (physic.get_velocity_x() > 0 && !issolid(base.x, base.y + base.height))) { physic.enable_gravity(true); - physic.set_velocity(0, physic.get_velocity_y()); } } } |