This commit is contained in:
Paul 2001-07-31 19:37:07 +00:00
parent e211761204
commit d0cf8cccc4

View File

@ -29,6 +29,10 @@
#include "level\layercollision.h"
#endif
#ifndef __PAD_VIBE_H__
#include "pad\vibe.h"
#endif
// States
#ifndef __PLAYER__PSLOOK_H__
#include "player\pslook.h"
@ -441,7 +445,10 @@ void CPlayerModeBase::playerHasHitGround()
setState(STATE_HITGROUND);
#ifdef __USER_paul__
m_player->takeDamage(DAMAGE__FALL,REACT__NO_REACTION);
#else
CPadVibrationManager::setVibration(0,CPadVibrationManager::VIBE_SHORT);
#endif
moveVel.vx=0;
CGameScene::setCameraShake(0,8);
}