diff options
author | Treeki <treeki@gmail.com> | 2012-09-27 16:58:28 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-27 16:58:28 +0200 |
commit | 0fc70778c02671e64b8360b7ebdbb0e8c29f0a05 (patch) | |
tree | a833eff902d102977ed680d4e0f79116a689e0cd /src/koopatlas/hud.cpp | |
parent | b216a278d3fdc1f13285e3907cd4f27de1555eeb (diff) | |
download | kamek-0fc70778c02671e64b8360b7ebdbb0e8c29f0a05.tar.gz kamek-0fc70778c02671e64b8360b7ebdbb0e8c29f0a05.zip |
star coin count, need to fix thisnew-hud
Diffstat (limited to '')
-rw-r--r-- | src/koopatlas/hud.cpp | 4 |
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(); |