K 10 svn:author V 8 sveinung K 8 svn:date V 27 2016-03-06T15:16:09.958640Z K 7 svn:log V 738 Minimize action_selection_close() side effects. Calling the client API's action_selection_close() function means that the common client code wants the client to pop down the action selection dialog. When the common client code closes the action selection dialog the individual clients shouldn't do everything they do when the player closes it. Popping down the action selection dialog means that the action selection no longer is in progress. It doesn't means that a decision no longer is wanted. It doesn't mean that it is time to pop up the action selection dialog for the next unit in focus. Don't pop up an action selection dialog for the next selected actor unit. Don't clear the actor unit's action decision data. See bug #24493 END