handle all wait types in one action

This commit is contained in:
2024-09-04 20:37:48 -05:00
committed by Celtic Minstrel
parent 4e37a0c796
commit 6b7b42951d
3 changed files with 21 additions and 18 deletions

View File

@@ -48,7 +48,7 @@ void handle_equip_item(short item_hit, bool& need_redraw);
void handle_use_item(short item_hit, bool& did_something, bool& need_redraw);
void handle_item_shop_action(short item_hit);
void handle_alchemy(bool& need_redraw, bool& need_reprint);
void handle_town_wait(bool& need_redraw, bool& need_reprint);
void handle_wait(bool& did_something, bool& need_redraw, bool& need_reprint);
void handle_combat_switch(bool& did_something, bool& need_redraw, bool& need_reprint);
void handle_missile(bool& need_redraw, bool& need_reprint);
void handle_get_items(bool& did_something, bool& need_redraw, bool& need_reprint);