r4529 was incomplete: turn off the coloured mouse cursor by default
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4530 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
6aaefd1720
commit
1ae21868b3
|
@ -529,7 +529,7 @@ BOOL loadRenderMode(void)
|
|||
}
|
||||
else
|
||||
{
|
||||
war_SetColouredCursor(true);
|
||||
war_SetColouredCursor(false);
|
||||
setWarzoneKeyNumeric("ColouredCursor", false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue