From 4c0a800e9f9a5156cb7415d7d092b982a0e9a71f Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 14 Aug 2001 14:48:39 +0000 Subject: [PATCH] --- source/enemy/nsstomp.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/enemy/nsstomp.cpp b/source/enemy/nsstomp.cpp index b867f2afc..c9095c499 100644 --- a/source/enemy/nsstomp.cpp +++ b/source/enemy/nsstomp.cpp @@ -27,6 +27,10 @@ #include "player\player.h" #endif +#ifndef __PAD_VIBE_H__ +#include "pad\vibe.h" +#endif + #ifndef __ANIM_STOMPER_HEADER__ #include #endif @@ -135,6 +139,9 @@ void CNpcSkullStomperEnemy::processClose( int _frames ) bubblePos.vx += 20 - ( getRnd() % 41 ); CFX::Create( CFX::FX_TYPE_BUBBLE_WATER, bubblePos ); } + + CGameScene::setCameraShake(0,8); + CPadVibrationManager::setVibration(0,CPadVibrationManager::VIBE_SHORT); } else {