diff options
Diffstat (limited to '')
-rw-r--r-- | src/bossPodouble.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
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; |