X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmoving_object.hpp;h=31f47ad239eb4a981e33da181aaa383112d216ff;hb=99199c39ed744bf40e3fa60e26ba64c29c014ddc;hp=b2f3de99536a28c967e6723f3adab543419095c4;hpb=4a486d92343d1824b311c234e9321e08f280fe68;p=supertux.git diff --git a/src/moving_object.hpp b/src/moving_object.hpp index b2f3de995..31f47ad23 100644 --- a/src/moving_object.hpp +++ b/src/moving_object.hpp @@ -31,7 +31,7 @@ class CollisionGrid; enum CollisionGroup { /** Objects in DISABLED group are not tested for collisions */ - COLGROUP_DISABLED, + COLGROUP_DISABLED = 0, /** * "default" is moving object. MovingObjects get tested against all other * objects and against other movingobjects @@ -42,6 +42,8 @@ enum CollisionGroup { * MovingOnlyStatic objects), but is tested against all other objects. */ COLGROUP_MOVING_ONLY_STATIC, + /** TODO write docu :-/ */ + COLGROUP_MOVING_STATIC, /** * Doesn't move and isn't explicitely checked for collisions with other * objects (but other objects might check with this)