projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c8cbb6
)
Demoted buggy tilemap data warning to DEBUG level, because it tends to pop up in...
author
Christoph Sommer
<mail@christoph-sommer.de>
Sun, 24 Jun 2007 10:19:26 +0000
(10:19 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Sun, 24 Jun 2007 10:19:26 +0000
(10:19 +0000)
SVN-Revision: 5112
src/worldmap/tux.cpp
patch
|
blob
|
history
diff --git
a/src/worldmap/tux.cpp
b/src/worldmap/tux.cpp
index
0aa3c21
..
b4ea3f7
100644
(file)
--- a/
src/worldmap/tux.cpp
+++ b/
src/worldmap/tux.cpp
@@
-252,7
+252,7
@@
Tux::tryContinueWalking(float elapsed_time)
Vector next_tile;
if (!worldmap->path_ok(direction, tile_pos, &next_tile)) {
- log_
warnin
g << "Tilemap data is buggy" << std::endl;
+ log_
debu
g << "Tilemap data is buggy" << std::endl;
stop();
return;
}