Use the jam cursor for scouting.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8622 4a71c877-e1ca-e34f-864e-861f7616d084
master
Guangcong Luo 2009-12-06 12:11:49 +00:00 committed by Git SVN Gateway
parent f935d97a0d
commit 5fa5d34a50
1 changed files with 1 additions and 1 deletions

View File

@ -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) &&