1
0
forked from 0ad/0ad

Use attack move icon as a cursor. Refs #1847.

This was SVN commit r13207.
This commit is contained in:
Jonathan Waller 2013-02-27 18:18:59 +00:00
parent 7ff4538414
commit 3c50352134
3 changed files with 2 additions and 1 deletions

View File

@ -487,7 +487,7 @@ function determineAction(x, y, fromMinimap)
}
else if (Engine.HotkeyIsPressed("session.attackmove") && getActionInfo("attack-move", target).possible)
{
return {"type": "attack-move", "cursor": "action-attack"};
return {"type": "attack-move", "cursor": "action-attack-move"};
}
else
{