Skip to content

Commit

Permalink
Fixed bug where you couldn't move the mapper window
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Nov 18, 2010
1 parent 0d542b3 commit 8de09fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/mapper.lua
Expand Up @@ -950,13 +950,13 @@ function draw (uid)
-- for zooming
WindowAddHotspot(win,
"yy_zoom",
"zzz_zoom",
0, 0, 0, 0,
"", "", "", "", "",
"", -- hint
miniwin.cursor_arrow, 0)
WindowScrollwheelHandler (win, "yy_zoom", "mapper.zoom_map")
WindowScrollwheelHandler (win, "zzz_zoom", "mapper.zoom_map")
-- set up for initial room, in middle
drawn, drawn_coords, rooms_to_be_drawn, speedwalks, plan_to_draw, area_exits = {}, {}, {}, {}, {}, {}
Expand Down

0 comments on commit 8de09fa

Please sign in to comment.