summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/creditsMgr.cpp4
1 files changed, 3 insertions, 1 deletions
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;