projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a37012
)
Remove bogus assert
author
Tobias Markus
<tobbi@mozilla-uk.org>
Sun, 1 Mar 2015 22:05:52 +0000
(23:05 +0100)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Sun, 1 Mar 2015 22:05:52 +0000
(23:05 +0100)
src/supertux/tile.cpp
patch
|
blob
|
history
diff --git
a/src/supertux/tile.cpp
b/src/supertux/tile.cpp
index
1d6b3f1
..
87550ad
100644
(file)
--- a/
src/supertux/tile.cpp
+++ b/
src/supertux/tile.cpp
@@
-242,7
+242,6
@@
bool Tile::check_movement_unisolid (const Vector& movement) const
return (mv_tan >= slope_tan);
}
- assert (1 != 1);
return false;
} /* int check_movement_unisolid */