X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollision_hit.hpp;h=02879039a12ccadb6387e0550d3407c2a05b1801;hb=17384c690dbb1a212fd92c5f2237558ab973fd29;hp=ba29e9f828ab897c3f5ea18534a0a68f3157b7ca;hpb=2892ebda09d24c977547159e34abf0244884b89e;p=supertux.git diff --git a/src/collision_hit.hpp b/src/collision_hit.hpp index ba29e9f82..02879039a 100644 --- a/src/collision_hit.hpp +++ b/src/collision_hit.hpp @@ -32,7 +32,7 @@ enum HitResponse /// don't move the object ABORT_MOVE = 0, /// move object out of collision and check for collisions again - /// if this happens to often then the move will just be aborted + /// if this happens to often then the move will just be aborted CONTINUE, /// do the move ignoring the collision FORCE_MOVE, @@ -67,4 +67,3 @@ public: }; #endif -