1 Year Ago
Remove MOVETYPE_* Most of the move types were unused. We want all the movement logic in c#, we don't really want c++ doing special things. So there are basically two move types - KeyFramed and Dynamic. We shouldn't need to explicitly define these. If the entity has a physics object and it's dynamic, then it's 2. If not then it's 1.