X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsector.hpp;h=487f4a2bfdecdb51361ae339d92cf0adaba2da19;hb=a983f6648d43492632c41e2b7519b70458b53cf4;hp=cdc59b6f4d51efb1d229f02c944180f4586da1e4;hpb=1a6dbe26f00e7f9eabb65a1844ab7d2aa5648126;p=supertux.git diff --git a/src/sector.hpp b/src/sector.hpp index cdc59b6f4..487f4a2bf 100644 --- a/src/sector.hpp +++ b/src/sector.hpp @@ -134,20 +134,20 @@ public: void collision_tilemap(collision::Constraints* constraints, const Vector& movement, const Rect& dest) const; - /** + /** * Checks if the specified rectangle is free of (solid) tiles. * Note that this does not include static objects, e.g. bonus blocks. */ bool is_free_of_tiles(const Rect& rect) const; - /** - * Checks if the specified rectangle is free of both + /** + * Checks if the specified rectangle is free of both * 1.) solid tiles and * 2.) MovingObjects in COLGROUP_STATIC. * Note that this does not include badguys or players. */ bool is_free_of_statics(const Rect& rect, const MovingObject* ignore_object = 0) const; - /** - * Checks if the specified rectangle is free of both + /** + * Checks if the specified rectangle is free of both * 1.) solid tiles and * 2.) MovingObjects in COLGROUP_STATIC, COLGROUP_MOVINGSTATIC or COLGROUP_MOVING. * This includes badguys and players.