[Super-tux-commit] supertux/src/trigger hatch.cpp,1.1,1.2
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2005-04-01 12:23:40
|
Update of /cvsroot/super-tux/supertux/src/trigger In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17995/src/trigger Modified Files: hatch.cpp Log Message: -Apply door fix to hatch as well (evil code duplication here...) -fix worldmap scrolling bug from last commit -fix stalactites being drawn when not activated Index: hatch.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/trigger/hatch.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- hatch.cpp 31 Mar 2005 12:13:42 -0000 1.1 +++ hatch.cpp 1 Apr 2005 12:23:09 -0000 1.2 @@ -79,6 +79,7 @@ { //Check if hatch animation is complete if(sprite->check_animation()) { + sprite->set_action("normal"); GameSession::current()->respawn(target_sector, target_spawnpoint); } } |