From 0fc70778c02671e64b8360b7ebdbb0e8c29f0a05 Mon Sep 17 00:00:00 2001
From: Treeki <treeki@gmail.com>
Date: Thu, 27 Sep 2012 16:58:28 +0200
Subject: star coin count, need to fix this

---
 src/koopatlas/hud.cpp | 4 ++++
 1 file changed, 4 insertions(+)

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();
 
-- 
cgit v1.2.3