From d5a497397e655101dcf3fe45fda11e4c982d48bc Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Tue, 27 Apr 2004 19:17:15 +0000 Subject: [PATCH] removed debug stuff SVN-Revision: 792 --- src/tile.cpp | 1 - src/world.cpp | 2 -- 2 files changed, 3 deletions(-) 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) { -- 2.11.0