[Super-tux-commit] supertux/src/object block.cpp,1.2,1.3
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-11-23 14:32:31
|
Update of /cvsroot/super-tux/supertux/src/object In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30322/src/object Modified Files: block.cpp Log Message: make it possible to put background images in each layer Index: block.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/object/block.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- block.cpp 22 Nov 2004 23:47:51 -0000 1.2 +++ block.cpp 23 Nov 2004 14:32:19 -0000 1.3 @@ -47,7 +47,6 @@ // collided from below? if(hitdata.normal.x == 0 && hitdata.normal.y < 0 && player->get_movement().y < 0) { - printf("hit.\n"); hit(*player); } |