X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FObjects.cpp;h=407030a2aa33bc47e9b0d948d8cc6b5021692fb6;hb=8e94b0e0f79e8fc55ace5699ffe039462d9e155d;hp=572f16ba6888f9124267d3725d14737ed1ae23f5;hpb=31801560f92e99939f40ee49d9c279324db044bb;p=lugaru.git diff --git a/Source/Objects.cpp b/Source/Objects.cpp index 572f16b..407030a 100644 --- a/Source/Objects.cpp +++ b/Source/Objects.cpp @@ -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;