[Super-tux-commit] supertux/src tile.cpp,1.16,1.17 world.cpp,1.43,1.44
Brought to you by:
wkendrick
From: Ingo R. <gr...@us...> - 2004-04-27 19:17:37
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11340 Modified Files: tile.cpp world.cpp Log Message: removed debug stuff Index: world.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/world.cpp,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- world.cpp 26 Apr 2004 21:09:31 -0000 1.43 +++ world.cpp 27 Apr 2004 19:17:15 -0000 1.44 @@ -78,8 +78,6 @@ void World::apply_bonuses() { - std::cout << "Bonus: " << player_status.bonus << std::endl; - // Apply bonuses from former levels switch (player_status.bonus) { Index: tile.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/tile.cpp,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- tile.cpp 26 Apr 2004 19:11:54 -0000 1.16 +++ tile.cpp 27 Apr 2004 19:17:15 -0000 1.17 @@ -107,7 +107,6 @@ reader.read_bool("fullbox", &tile->fullbox); reader.read_bool("distro", &tile->distro); reader.read_bool("goal", &tile->goal); - if(tile->goal) printf("Goal!.\n"); reader.read_int("data", &tile->data); reader.read_int("anim-speed", &tile->anim_speed); reader.read_int("next-tile", &tile->next_tile); |