projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71a82ef
)
removed debug stuff
author
Ingo Ruhnke
<grumbel@gmx.de>
Tue, 27 Apr 2004 19:17:15 +0000
(19:17 +0000)
committer
Ingo Ruhnke
<grumbel@gmx.de>
Tue, 27 Apr 2004 19:17:15 +0000
(19:17 +0000)
SVN-Revision: 792
src/tile.cpp
patch
|
blob
|
history
src/world.cpp
patch
|
blob
|
history
diff --git
a/src/tile.cpp
b/src/tile.cpp
index
0966e08
..
90225d6
100644
(file)
--- 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
f869d0f
..
e1795c0
100644
(file)
--- 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)
{