summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2020-05-06 10:38:02 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2020-05-06 10:38:02 +0200
commit98177f27bae56806e37406972c04ab4f91e68a84 (patch)
tree9430ae124e7a5005e69209875cde50e8eb5ac066 /src/core
parentnot needed (diff)
parentupdating librw because of fuckup (diff)
downloadre3-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 'src/core')
-rw-r--r--src/core/Camera.cpp4
-rw-r--r--src/core/config.h2
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,