summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-01-25 23:58:24 +0100
committerTreeki <treeki@gmail.com>2013-01-25 23:58:24 +0100
commit9f96e21620d81097ad36719dfb0d597ccd93502c (patch)
tree217610b1a82b1933317355aeff47742d02d3b366 /src
parent1e4fd37ff0ae70afc01f2fb0d911624c90eaf2f6 (diff)
downloadkamek-9f96e21620d81097ad36719dfb0d597ccd93502c.tar.gz
kamek-9f96e21620d81097ad36719dfb0d597ccd93502c.zip
tone down Level Special OSReports
Diffstat (limited to '')
-rw-r--r--src/levelspecial.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/levelspecial.cpp b/src/levelspecial.cpp
index d302cdd..3432002 100644
--- a/src/levelspecial.cpp
+++ b/src/levelspecial.cpp
@@ -60,7 +60,7 @@ fBase_c *FindActorByID(u32 id);
extern "C" void dAcPy_vf294(void *Mario, dStateBase_c *state, u32 unk);
void MarioStateChanger(void *Mario, dStateBase_c *state, u32 unk) {
- OSReport("State: %p, %s", state, state->getName());
+ //OSReport("State: %p, %s", state, state->getName());
if ((strcmp(state->getName(), "dAcPy_c::StateID_Balloon") == 0) && (NoMichaelBuble)) { return; }