1 2 3 4 5 6 7 8 9 10
--- src/player.cc.orig 2005-01-25 19:15:11.000000000 -0500 +++ src/player.cc 2005-01-25 19:15:26.000000000 -0500 @@ -68,6 +68,7 @@ if(!Game::current) return; if(!playing) return; + dx = dy = 0.0; Map *map = Game::current->map; health+=t * 0.4; if(health > 1.0) health = 1.0;