mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
make it one line
This commit is contained in:
parent
41fc33406a
commit
90118b5a07
|
@ -210,8 +210,7 @@ void CProjectile::Tick()
|
|||
{
|
||||
pOwnerChar->m_TeleGunPos = PossiblePos;
|
||||
pOwnerChar->m_TeleGunTeleport = true;
|
||||
pOwnerChar->m_IsBlueTeleGunTeleport = TileFIndex == TILE_ALLOW_BLUE_TELE_GUN
|
||||
|| IsBlueSwitchTeleGun;
|
||||
pOwnerChar->m_IsBlueTeleGunTeleport = TileFIndex == TILE_ALLOW_BLUE_TELE_GUN || IsBlueSwitchTeleGun;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue