X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FModels.cpp;h=41d5d5cfd05d2b360e95f655fdcdab6cfd3f3be7;hb=8e94b0e0f79e8fc55ace5699ffe039462d9e155d;hp=fdf26753266b9bb44cc0f31afa95943ebfec4fc1;hpb=31801560f92e99939f40ee49d9c279324db044bb;p=lugaru.git diff --git a/Source/Models.cpp b/Source/Models.cpp index fdf2675..41d5d5c 100644 --- a/Source/Models.cpp +++ b/Source/Models.cpp @@ -245,7 +245,7 @@ int Model::SphereCheck(XYZ *p1, float radius, XYZ *p, XYZ *move, float *rotate) int Model::SphereCheckPossible(XYZ *p1, float radius, XYZ *move, float *rotate) { - static int i, j; + static int j; static float distance; static float olddistance; static int intersecting;