X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FObject.hpp;fp=Source%2FObjects%2FObject.hpp;h=a6c4f16a64ef921e9437e65970f8b563b6289907;hb=a389d6c2d7aef7995826f3c20ffe5e5a998d858d;hp=c1e02cc7dfbe8e0c6df4898661e64971085216cb;hpb=7d2f9d40d94d14a61ecdaaa2c41f964029815bc2;p=lugaru.git diff --git a/Source/Objects/Object.hpp b/Source/Objects/Object.hpp index c1e02cc..a6c4f16 100644 --- a/Source/Objects/Object.hpp +++ b/Source/Objects/Object.hpp @@ -90,7 +90,6 @@ public: static void ComputeCenter(); static void ComputeRadius(); - static bool Checkcollide(XYZ startpoint, XYZ endpoint, int which); static void AddObjectsToTerrain(); static void LoadObjectsFromFile(FILE* tfile, bool skip); static void SphereCheckPossible(XYZ *p1, float radius);