misc stuff, mostly collision

This commit is contained in:
aap 2019-06-28 19:23:28 +02:00
commit 48cf8b6629
16 changed files with 389 additions and 46 deletions

View file

@ -36,4 +36,5 @@ public:
}
static bool IsBoatModel(int32 id);
static void RemoveColModelsFromOtherLevels(eLevelName level);
};