diff options
Diffstat (limited to '')
-rw-r--r-- | src/bossPodouble.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bossPodouble.cpp b/src/bossPodouble.cpp index 9388d62..c6eb99b 100644 --- a/src/bossPodouble.cpp +++ b/src/bossPodouble.cpp @@ -338,7 +338,7 @@ int daPodouble::onDraw() { if (isFire) { float scaleSpeed; - if (timer == 150) { PlaySound(this, SE_BOSS_IGGY_WANWAN_TO_L); OSReport("Timer = 150\n"); } + if (timer == 150) { PlaySound(this, SE_BOSS_IGGY_WANWAN_TO_L); } if ((timer > 150) && (timer < 230)) { scaleSpeed = (3.5 - 1.0) / 80.0; |