Remove one more hardcoded camera speed hack

This commit is contained in:
Lwmte 2021-09-20 01:11:36 +03:00
parent b11a8ad77c
commit e52cae57e2

View file

@ -480,11 +480,6 @@ void ChaseCamera(ITEM_INFO* item)
CameraCollisionBounds(&ideal, 384, 1);
if (Camera.oldType == FIXED_CAMERA)
{
Camera.speed = 1;
}
MoveCamera(&ideal, Camera.speed);
}