From 6739d68df74fabb94f1525f5f6ae8ff3dfe0d907 Mon Sep 17 00:00:00 2001 From: Colin Noga Date: Thu, 22 Mar 2012 21:06:44 -0500 Subject: stuff --- src/bossPodouble.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bossPodouble.cpp') 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; -- cgit v1.2.3