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:
mcmartin
2003-07-08 22:46:35 +00:00
parent 6a4c987168
commit c3d90f78f2
+1 -1
View File
@@ -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;