This commit is contained in:
Charles 2001-07-02 23:19:35 +00:00
parent fff8414355
commit 10ac8430a0

View File

@ -737,7 +737,7 @@ if(newmode!=-1)
{
if ( ( (CNpcPlatform *) platform )->isCart() )
{
if ( m_currentMode != PLAYER_MODE_CART )
if ( m_currentMode != PLAYER_MODE_CART && m_currentMode != PLAYER_MODE_DEAD )
{
setMode( PLAYER_MODE_CART );
}