]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects/Objects.hpp
Deleted duplicated unused method
[lugaru.git] / Source / Objects / Objects.hpp
index 70f382ac8163b60f10a70c2f2e84df6b37112e37..40c10bdfb9fdb4fc21ad6593cad3b5ed379f759d 100644 (file)
@@ -86,7 +86,6 @@ public:
 
     void SphereCheckPossible(XYZ *p1, float radius);
     void DeleteObject(int which);
-    void MakeObject(int atype, XYZ where, float ayaw, float ascale);
     void MakeObject(int atype, XYZ where, float ayaw, float apitch, float ascale);
     void Draw();
     void DoShadows();