summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorJacob1 <jfu614@gmail.com>2012-03-14 23:26:08 (GMT)
committer Jacob1 <jfu614@gmail.com>2012-03-14 23:26:08 (GMT)
commit4f176ba7c39e31a3d98f969cc4bc4d50221085a3 (patch)
tree5326215ea86d0e5b086da573074cdcc1e49e04fa /src/main.c
parent08253244692bf81e96d74e185a7fe4fffdf88323 (diff)
downloadpowder-4f176ba7c39e31a3d98f969cc4bc4d50221085a3.zip
powder-4f176ba7c39e31a3d98f969cc4bc4d50221085a3.tar.gz
cursor changes to correct shape as soon as you click element/wall
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 3ca7ff9..9d5d847 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1761,7 +1761,7 @@ int main(int argc, char *argv[])
active_menu = i;
}
}
- menu_ui_v3(vid_buf, active_menu, &sl, &sr, &dae, b, bq, x, y); //draw the elements in the current menu
+ menu_ui_v3(vid_buf, active_menu, &sl, &sr, &su, &dae, b, bq, x, y); //draw the elements in the current menu
if (zoom_en && x>=sdl_scale*zoom_wx && y>=sdl_scale*zoom_wy //change mouse position while it is in a zoom window
&& x<sdl_scale*(zoom_wx+ZFACTOR*ZSIZE)
&& y<sdl_scale*(zoom_wy+ZFACTOR*ZSIZE))