From ca45749cd852e972897dd6816f2379f933d6039b Mon Sep 17 00:00:00 2001 From: Mark Vejvoda Date: Fri, 28 Oct 2011 22:49:00 +0000 Subject: [PATCH] see if this fixes command transitions issues outstanding --- source/glest_game/type_instances/unit.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/glest_game/type_instances/unit.cpp b/source/glest_game/type_instances/unit.cpp index 6d3365ee..04cd9922 100644 --- a/source/glest_game/type_instances/unit.cpp +++ b/source/glest_game/type_instances/unit.cpp @@ -1831,6 +1831,10 @@ bool Unit::update() { } } + if(return_value) { + changedActiveCommand = false; + } + return return_value; }