From: Ingo Ruhnke Date: Tue, 27 Apr 2004 19:17:15 +0000 (+0000) Subject: removed debug stuff X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=d5a497397e655101dcf3fe45fda11e4c982d48bc;p=supertux.git removed debug stuff SVN-Revision: 792 --- diff --git a/src/tile.cpp b/src/tile.cpp index 0966e0808..90225d6d5 100644 --- a/src/tile.cpp +++ b/src/tile.cpp @@ -107,7 +107,6 @@ void TileManager::load_tileset(std::string filename) 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); diff --git a/src/world.cpp b/src/world.cpp index f869d0f00..e1795c0e2 100644 --- a/src/world.cpp +++ b/src/world.cpp @@ -78,8 +78,6 @@ World::World(const std::string& subset, int level_nr) void World::apply_bonuses() { - std::cout << "Bonus: " << player_status.bonus << std::endl; - // Apply bonuses from former levels switch (player_status.bonus) {