Skip to content

Commit

Permalink
Remove bogus assert
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Mar 1, 2015
1 parent 7a37012 commit 6492679
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/supertux/tile.cpp
Expand Up @@ -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 */

Expand Down

0 comments on commit 6492679

Please sign in to comment.