Remove bogus assert
authorTobias Markus <tobbi@mozilla-uk.org>
Sun, 1 Mar 2015 22:05:52 +0000 (23:05 +0100)
committerTobias Markus <tobbi@mozilla-uk.org>
Sun, 1 Mar 2015 22:05:52 +0000 (23:05 +0100)
src/supertux/tile.cpp

index 1d6b3f1..87550ad 100644 (file)
@@ -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 */