[Super-tux-commit] supertux/src player.cpp,1.115,1.116
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-05-21 00:43:39
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18902/src Modified Files: player.cpp Log Message: fix firetux not being able to pickup stuff Index: player.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/player.cpp,v retrieving revision 1.115 retrieving revision 1.116 diff -u -d -r1.115 -r1.116 --- player.cpp 21 May 2004 00:22:57 -0000 1.115 +++ player.cpp 21 May 2004 00:43:30 -0000 1.116 @@ -474,7 +474,6 @@ /* Shoot! */ if (input.fire == DOWN && input.old_fire == UP && got_power != NONE_POWER) { - holding_something = true; World::current()->add_bullet(Vector(base.x, base.y + (base.height/2)), physic.get_velocity_x(), dir); input.old_fire = DOWN; |