This commit is contained in:
parent
fff8414355
commit
10ac8430a0
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue