mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-02 17:57:59 +03:00
Remove one more hardcoded camera speed hack
This commit is contained in:
parent
b11a8ad77c
commit
e52cae57e2
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue