Hilite the terrain the mouse is over in the scenario editor so that you can tell which terrain will be affected when clicking, even in cases where it's not so obvious (for example when the cursor's hotspot is in an unexpected place).

This commit is contained in:
2015-02-01 22:22:32 -05:00
parent 0bfe08c0d9
commit b4e82733a4
4 changed files with 42 additions and 30 deletions

View File

@@ -52,6 +52,7 @@ void start_special_editing(short mode,short just_redo_text);
void town_entry(location spot_hit);
void start_dialogue_editing(short restoring);
bool is_erasable_water(short i,short j);
void update_mouse_spot(location the_point);
bool monst_on_space(location loc,short m_num);
void place_edit_special(location loc);