summaryrefslogtreecommitdiff
path: root/src/koopatlas/shop.cpp
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2012-11-15 13:21:41 -0600
committerColin Noga <Tempus@chronometry.ca>2012-11-15 13:21:41 -0600
commitada63c188cf80a3b8436b09d8eea0cb0d37a7586 (patch)
tree7d7f622d460ecbf62340bf53d8644d378a1df0e0 /src/koopatlas/shop.cpp
parent486a7c1c98a072dee5b9e1c383962998da55d3bb (diff)
downloadkamek-ada63c188cf80a3b8436b09d8eea0cb0d37a7586.tar.gz
kamek-ada63c188cf80a3b8436b09d8eea0cb0d37a7586.zip
pathmanager fixes
Diffstat (limited to 'src/koopatlas/shop.cpp')
-rw-r--r--src/koopatlas/shop.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/koopatlas/shop.cpp b/src/koopatlas/shop.cpp
index b42c58a..514bd43 100644
--- a/src/koopatlas/shop.cpp
+++ b/src/koopatlas/shop.cpp
@@ -547,6 +547,11 @@ void dWMShop_c::buyItem(int item) {
block->player_lives[i] = 99;
}
+ // load the coin count
+ int scCount = getStarCoinCount();
+ WriteNumberToTextBox(&scCount, CoinCount, false);
+ WriteNumberToTextBox(&scCount, CoinCountShadow, false);
+
state.setState(&StateID_HideWait);
}