From afda095c6b63710f5632bdb77894aaa4c5c39ea2 Mon Sep 17 00:00:00 2001 From: Treeki Date: Fri, 8 Feb 2013 23:19:20 +0100 Subject: podouble podoubled a bit --- src/bossPodouble.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/bossPodouble.cpp b/src/bossPodouble.cpp index 1bf8887..dae1426 100644 --- a/src/bossPodouble.cpp +++ b/src/bossPodouble.cpp @@ -591,6 +591,13 @@ int daPodouble::onDraw() { } other->doStateChange(&StateID_SyncDie); + for (int i = 0; i < 4; i++) { + dAcPy_c *player = (dAcPy_c*)GetSpecificPlayerActor(i); + if (player && player->getYoshi()) { + player->input.setFlag(dPlayerInput_c::NO_SHAKING); + } + } + OutroSetup(this); this->timer = 0; -- cgit v1.2.3