make it one line

This commit is contained in:
Ryozuki 2018-11-13 13:05:15 +01:00 committed by GitHub
parent 41fc33406a
commit 90118b5a07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}
}
}