]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Objects.cpp
Fixed a lot of warnings
[lugaru.git] / Source / Objects.cpp
index 572f16ba6888f9124267d3725d14737ed1ae23f5..407030a2aa33bc47e9b0d948d8cc6b5021692fb6 100644 (file)
@@ -84,7 +84,7 @@ void Objects::SphereCheckPossible(XYZ *p1, float radius)
 void Objects::Draw()
 {
     static float distance;
-    static int i, j;
+    static int i;
     static XYZ moved, terrainlight;
     bool hidden;