summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-01-30 17:15:27 +0100
committerSergeanur <s.anureev@yandex.ua>2020-01-30 17:15:27 +0100
commit2c8cce46558d88770476bb57b355b809633dd848 (patch)
tree13373def9dd4b5f87fe40fdcd987220dac238d10 /src/core
parentacos (diff)
downloadre3-2c8cce46558d88770476bb57b355b809633dd848.tar
re3-2c8cce46558d88770476bb57b355b809633dd848.tar.gz
re3-2c8cce46558d88770476bb57b355b809633dd848.tar.bz2
re3-2c8cce46558d88770476bb57b355b809633dd848.tar.lz
re3-2c8cce46558d88770476bb57b355b809633dd848.tar.xz
re3-2c8cce46558d88770476bb57b355b809633dd848.tar.zst
re3-2c8cce46558d88770476bb57b355b809633dd848.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Camera.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/Camera.cpp b/src/core/Camera.cpp
index c853560f..64a52bdc 100644
--- a/src/core/Camera.cpp
+++ b/src/core/Camera.cpp
@@ -1404,7 +1404,8 @@ CCamera::SetRwCamera(RwCamera *cam)
CMBlur::MotionBlurOpen(m_pRwCamera);
}
-uint32 CCamera::GetCutSceneFinishTime(void)
+uint32
+CCamera::GetCutSceneFinishTime(void)
{
int cam = ActiveCam;
if (Cams[cam].Mode == CCam::MODE_FLYBY)