Fix item name rect stealing clicks from ID button

This commit is contained in:
2025-05-06 15:29:30 -05:00
parent c8a2817987
commit 30e77633e4
3 changed files with 30 additions and 27 deletions

View File

@@ -14,6 +14,7 @@ struct key_action_t {
void (*action)();
};
void init_inven_rects();
void init_screen_locs();
location mouse_window_coords();
// If the mouse is in the terrain window, set the given location to the hovered tile.