From cf79392762427435aa7d0a9f0892ab5054d0f79f Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 4 Feb 2025 12:30:12 -0600 Subject: [PATCH] highlight all of the cost text --- src/game/boe.dlgutil.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/game/boe.dlgutil.cpp b/src/game/boe.dlgutil.cpp index 424821a9..a733a5e3 100644 --- a/src/game/boe.dlgutil.cpp +++ b/src/game/boe.dlgutil.cpp @@ -244,6 +244,7 @@ bool handle_shop_event(location p, cFramerateLimiter& fps_limiter) { // the same offsets to event catching areas. rectangle active_rect { shopping_rects[i][SHOPRECT_ACTIVE_AREA] }; rectangle visual_rect { active_rect }; + visual_rect.right += 10; active_rect.offset(talk_gword_offset_x, talk_gword_offset_y); rectangle item_help_rect { shopping_rects[i][SHOPRECT_ITEM_HELP] };