summaryrefslogtreecommitdiff
path: root/src/scenes/world_map.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenes/world_map.c')
-rw-r--r--src/scenes/world_map.c1
1 files changed, 1 insertions, 0 deletions
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;
}