Use the jam cursor for scouting.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8622 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
f935d97a0d
commit
5fa5d34a50
|
@ -968,7 +968,7 @@ void processMouseClickInput(void)
|
|||
arnMPointers[item][selection] == CURSOR_MOVE)
|
||||
{
|
||||
// Alt+move = scout
|
||||
pie_SetMouse(CURSOR_LOCKON, war_GetColouredCursor());
|
||||
pie_SetMouse(CURSOR_JAM, war_GetColouredCursor());
|
||||
}
|
||||
else if (arnMPointers[item][selection] == CURSOR_NOTPOSSIBLE &&
|
||||
ObjUnderMouse && (ObjUnderMouse->player == selectedPlayer) &&
|
||||
|
|
Loading…
Reference in New Issue