ZoomIn and ZoomOut now work correctly in starmap
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1039 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -656,7 +656,7 @@ DoMoveCursor (PMENU_STATE pMS)
|
|||||||
else if (CurrentMenuState.zoom_out)
|
else if (CurrentMenuState.zoom_out)
|
||||||
ZoomOut = 1;
|
ZoomOut = 1;
|
||||||
|
|
||||||
ZoomStarMap (ZoomOut - ZoomIn);
|
ZoomStarMap (ZoomIn - ZoomOut);
|
||||||
|
|
||||||
sx = sy = 0;
|
sx = sy = 0;
|
||||||
if (CurrentMenuState.left) sx = -1;
|
if (CurrentMenuState.left) sx = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user