From 283fa7bd6368665b78d943e60db462cd32d52fa1 Mon Sep 17 00:00:00 2001
From: Treeki <treeki@gmail.com>
Date: Sat, 4 May 2013 23:14:46 +0200
Subject: commented out some credits debug reports

---
 src/creditsMgr.cpp | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/creditsMgr.cpp b/src/creditsMgr.cpp
index 0d9be7f..ece7b35 100644
--- a/src/creditsMgr.cpp
+++ b/src/creditsMgr.cpp
@@ -986,6 +986,7 @@ dFlipbookRenderer_c::~dFlipbookRenderer_c() {
 extern "C" void replayRecord();
 
 void LoadDanceValues() {
+	/*
 	//OSReport("AnmSpd: %4d / DBAG: 0x%02x / Bahp: 0x%02x / Cred: 0x%02x\n",
 	//	DanceValues_AnimSpeed, DanceValues_DummyBlockAndGrass, DanceValues_Bahps, DanceValues_CreditsControl);
 	if (DanceValues_CreditsControl > 0)
@@ -994,6 +995,7 @@ void LoadDanceValues() {
 	// 	OSReport("[ORIG DANCE] DummyBlockAndGrass: 0x%02x\n", DanceValues_DummyBlockAndGrass);
 	if (DanceValues_Bahps > 0)
 		OSReport("[ORIG DANCE] Bahps: 0x%02x\n", DanceValues_Bahps);
+	*/
 
 	dCreditsMgr_c *cred = dCreditsMgr_c::instance;
 
@@ -1005,7 +1007,7 @@ void LoadDanceValues() {
 	//OSReport("TIMER: %d\n", cred->danceTimer);
 
 	if (cred->danceTimer == cmd->when) {
-		OSReport("Timer reached %d, triggering dance 0x%02x, next is at %d\n", cmd->when, cmd->bahpFlag, cmd[1].when);
+		//OSReport("Timer reached %d, triggering dance 0x%02x, next is at %d\n", cmd->when, cmd->bahpFlag, cmd[1].when);
 		DanceValues_AnimSpeed = cmd->animSpeed;
 		DanceValues_DummyBlockAndGrass = cmd->dummyBlockFlag;
 		DanceValues_Bahps = cmd->bahpFlag;
-- 
cgit v1.2.3