From b7dde911e9f666eaccf6df33ec063c2061636f19 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 20 Dec 2016 16:00:58 +0100 Subject: [PATCH] don't set same variable twice Signed-off-by: Igor Gnatenko --- Source/Objects/Person.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Objects/Person.cpp b/Source/Objects/Person.cpp index 6e286f4..3f35b09 100644 --- a/Source/Objects/Person.cpp +++ b/Source/Objects/Person.cpp @@ -3817,7 +3817,6 @@ void Person::DoAnimations() if (!isnormal(coords.x)) coords = oldcoords; oldcoords = coords; - collided = 0; targetoffset = 0; currentoffset = 0; grabdelay = 1; -- 2.39.5