summaryrefslogtreecommitdiff
path: root/src/scenes/world_map.c
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-12-01 18:03:01 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-12-01 18:03:01 +0100
commiteb794369b79a6e66a59ee88e5be3876331b720be (patch)
tree3a21c856223790d54c7a2f8cfd34aba3b7da3a9f /src/scenes/world_map.c
parent8775702c1cf8f5ae288be2b8c68ec8d29b1a62f1 (diff)
small fixes
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;
}