X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects%2FObjects.hpp;h=40c10bdfb9fdb4fc21ad6593cad3b5ed379f759d;hb=b9dfb15156a7af6710511b5dee1b272173946d2d;hp=70f382ac8163b60f10a70c2f2e84df6b37112e37;hpb=1f7114ce6178de7231a890c31535acbbc34b3c6b;p=lugaru.git diff --git a/Source/Objects/Objects.hpp b/Source/Objects/Objects.hpp index 70f382a..40c10bd 100644 --- a/Source/Objects/Objects.hpp +++ b/Source/Objects/Objects.hpp @@ -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();