From eb794369b79a6e66a59ee88e5be3876331b720be Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 1 Dec 2024 18:03:01 +0100 Subject: small fixes --- src/scenes/world_map.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/scenes') diff --git a/src/scenes/world_map.c b/src/scenes/world_map.c index 2d9c32b..f96ba0e 100644 --- a/src/scenes/world_map.c +++ b/src/scenes/world_map.c @@ -868,6 +868,7 @@ static void world_map_draw_purchase_location_panel(platform_window* window) _active_world->money -= world_location_get_price(scene_data.location_to_purchase); + world_update_location_scores(_active_world); scene_state = WORLD_SCENE_STATE_IDLE; } -- cgit v1.2.3-70-g09d2