see if this fixes command transitions issues outstanding

This commit is contained in:
Mark Vejvoda 2011-10-28 22:49:00 +00:00
parent b5d4867316
commit ca45749cd8
1 changed files with 4 additions and 0 deletions

View File

@ -1831,6 +1831,10 @@ bool Unit::update() {
}
}
if(return_value) {
changedActiveCommand = false;
}
return return_value;
}