mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
fixed refill jumps with 1 jump
This commit is contained in:
parent
ed3c3bbf1f
commit
108e46275c
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue