diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-06 10:38:02 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-06 10:38:02 +0200 |
commit | 98177f27bae56806e37406972c04ab4f91e68a84 (patch) | |
tree | 9430ae124e7a5005e69209875cde50e8eb5ac066 /src/core | |
parent | not needed (diff) | |
parent | updating librw because of fuckup (diff) | |
download | re3-98177f27bae56806e37406972c04ab4f91e68a84.tar re3-98177f27bae56806e37406972c04ab4f91e68a84.tar.gz re3-98177f27bae56806e37406972c04ab4f91e68a84.tar.bz2 re3-98177f27bae56806e37406972c04ab4f91e68a84.tar.lz re3-98177f27bae56806e37406972c04ab4f91e68a84.tar.xz re3-98177f27bae56806e37406972c04ab4f91e68a84.tar.zst re3-98177f27bae56806e37406972c04ab4f91e68a84.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/Camera.cpp | 4 | ||||
-rw-r--r-- | src/core/config.h | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/core/Camera.cpp b/src/core/Camera.cpp index 9b69a269..8579dc64 100644 --- a/src/core/Camera.cpp +++ b/src/core/Camera.cpp @@ -3182,14 +3182,12 @@ CCamera::GetScreenFadeStatus(void) void CCamera::RenderMotionBlur(void) { -#ifndef MIAMI // temporary if(m_BlurType == 0) return; CMBlur::MotionBlurRender(m_pRwCamera, m_BlurRed, m_BlurGreen, m_BlurBlue, - m_motionBlur, m_BlurType, m_imotionBlurAddAlpha); -#endif + m_motionBlur, m_BlurType); } void diff --git a/src/core/config.h b/src/core/config.h index 08471eb4..bc5b3aad 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -66,7 +66,7 @@ enum Config { PATHNODESIZE = 4500, - NUMWEATHERS = 4, + NUMWEATHERS = 7, NUMHOURS = 24, NUMEXTRADIRECTIONALS = 4, |