added specific element eraser again for my own uses sinces everyone else thinks its useless. alt-click to pick and then alt-click in the game to erase the picked element. you could then have right and left click be two different elements and alt-click on the eraser to keep two elements selected and an easy to use eraser as well

This commit is contained in:
Philip
2010-10-28 19:31:06 -04:00
parent bff5961d60
commit bb3b1a52ac
3 changed files with 61 additions and 6 deletions

View File

@@ -100,6 +100,7 @@ struct ui_checkbox
};
typedef struct ui_checkbox ui_checkbox;
int SLALT;
extern SDLMod sdl_mod;
extern int sdl_key, sdl_wheel, sdl_caps, sdl_ascii, sdl_zoom_trig;
extern char *shift_0;