fixed refill jumps with 1 jump

This commit is contained in:
timgame 2015-03-22 18:27:57 +01:00
parent ed3c3bbf1f
commit 108e46275c

View file

@ -1606,6 +1606,7 @@ void CCharacter::HandleTiles(int Index)
if(((m_TileIndex == TILE_REFILL_JUMPS) || (m_TileFIndex == TILE_REFILL_JUMPS)) && !m_LastRefillJumps)
{
m_Core.m_JumpedTotal = 0;
m_Core.m_Jumped = 0;
m_LastRefillJumps = true;
}
if((m_TileIndex != TILE_REFILL_JUMPS) && (m_TileFIndex != TILE_REFILL_JUMPS))