]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Models.cpp
Removed unused local vars
[lugaru.git] / Source / Models.cpp
index 3aa178ddaf4d39915023559b42a568b150b43384..96149083d797b519bfe11683b805f653bdf4ea94 100644 (file)
@@ -154,7 +154,6 @@ int Model::SphereCheck(XYZ *p1, float radius, XYZ *p, XYZ *move, float *rotate)
     static int firstintersecting;
     static XYZ point;
     static XYZ oldp1;
-    static XYZ start, end;
 
     firstintersecting = -1;
 
@@ -208,7 +207,6 @@ int Model::SphereCheckPossible(XYZ *p1, float radius, XYZ *move, float *rotate)
     static int firstintersecting;
     static XYZ point;
     static XYZ oldp1;
-    static XYZ start, end;
 
     firstintersecting = -1;