On orders, the mouse button is now considered part on issuing the order, not resolving it.
This commit is contained in:
@@ -6,7 +6,7 @@ namespace OpenRa.Game
|
||||
{
|
||||
interface IOrderGenerator
|
||||
{
|
||||
IEnumerable<Order> Order( int2 xy );
|
||||
IEnumerable<Order> Order( int2 xy, bool lmb );
|
||||
void PrepareOverlay( int2 xy );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user