summaryrefslogtreecommitdiff
path: root/src/koopatlas/hud.cpp
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-09-27 16:58:28 +0200
committerTreeki <treeki@gmail.com>2012-09-27 16:58:28 +0200
commit0fc70778c02671e64b8360b7ebdbb0e8c29f0a05 (patch)
treea833eff902d102977ed680d4e0f79116a689e0cd /src/koopatlas/hud.cpp
parentb216a278d3fdc1f13285e3907cd4f27de1555eeb (diff)
downloadkamek-0fc70778c02671e64b8360b7ebdbb0e8c29f0a05.tar.gz
kamek-0fc70778c02671e64b8360b7ebdbb0e8c29f0a05.zip
star coin count, need to fix thisnew-hud
Diffstat (limited to 'src/koopatlas/hud.cpp')
-rw-r--r--src/koopatlas/hud.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/koopatlas/hud.cpp b/src/koopatlas/hud.cpp
index 5293933..90e769e 100644
--- a/src/koopatlas/hud.cpp
+++ b/src/koopatlas/hud.cpp
@@ -274,6 +274,10 @@ int dWMHud_c::onExecute() {
setupLives(); // FUCK IT
updatePressableButtonThingies();
+ int scCount = getStarCoinCount();
+ int scLength = 3;
+ WriteNumberToTextBox(&scCount, &scLength, StarCoinCounter, false);
+
layout.execAnimations();
layout.update();