diff options
| author | Jacob1 <jfu614@gmail.com> | 2012-03-14 23:26:08 (GMT) |
|---|---|---|
| committer | Jacob1 <jfu614@gmail.com> | 2012-03-14 23:26:08 (GMT) |
| commit | 4f176ba7c39e31a3d98f969cc4bc4d50221085a3 (patch) | |
| tree | 5326215ea86d0e5b086da573074cdcc1e49e04fa /includes/interface.h | |
| parent | 08253244692bf81e96d74e185a7fe4fffdf88323 (diff) | |
| download | powder-4f176ba7c39e31a3d98f969cc4bc4d50221085a3.zip powder-4f176ba7c39e31a3d98f969cc4bc4d50221085a3.tar.gz | |
cursor changes to correct shape as soon as you click element/wall
Diffstat (limited to 'includes/interface.h')
| -rw-r--r-- | includes/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/interface.h b/includes/interface.h index ea65c35..6eb6647 100644 --- a/includes/interface.h +++ b/includes/interface.h @@ -291,7 +291,7 @@ int save_filename_ui(pixel *vid_buf); void menu_ui(pixel *vid_buf, int i, int *sl, int *sr); -void menu_ui_v3(pixel *vid_buf, int i, int *sl, int *sr, int *dae, int b, int bq, int mx, int my); +void menu_ui_v3(pixel *vid_buf, int i, int *sl, int *sr, int *su, int *dae, int b, int bq, int mx, int my); int color_menu_ui(pixel *vid_buf, int i, int *cr, int *cg, int *cb, int b, int bq, int mx, int my, int * tool); |
