This commit is contained in:
Paul 2001-07-30 15:54:02 +00:00
parent 6641336bbb
commit 1d92461a01

View File

@ -2733,7 +2733,7 @@ int CPlayer::moveVertical(int _moveDistance)
setPlayerPos(&pos);
if(m_currentMode!=PLAYER_MODE_DEAD)
if(m_currentMode!=PLAYER_MODE_DEAD&&!isOnPlatform())
{
switch(hitThisSuspectBlock&COLLISION_TYPE_MASK)
{