X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmoving_object.hpp;h=31f47ad239eb4a981e33da181aaa383112d216ff;hb=99199c39ed744bf40e3fa60e26ba64c29c014ddc;hp=29e12f2c64fc3fd875f2185c8e6800be007f5824;hpb=ca86583fae991aa3280c5d70bf20dbf0504a93cb;p=supertux.git diff --git a/src/moving_object.hpp b/src/moving_object.hpp index 29e12f2c6..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