hack UIM stuff for crates
This commit is contained in:
@@ -125,6 +125,9 @@ namespace OpenRA
|
||||
|
||||
try
|
||||
{
|
||||
if (!Game.IsStarted)
|
||||
return "default";
|
||||
|
||||
var mi = new MouseInput
|
||||
{
|
||||
Location = ( Game.CellSize * MousePosition - Game.viewport.Location ).ToInt2(),
|
||||
|
||||
Reference in New Issue
Block a user