cursor changes to correct shape as soon as you click element/wall

This commit is contained in:
Jacob1
2012-03-14 19:26:08 -04:00
parent 0825324469
commit 4f176ba7c3
4 changed files with 7 additions and 7 deletions

View File

@@ -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);