summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authormajestic <majesticcoding@gmail.com>2020-08-05 04:11:42 +0200
committermajestic <majesticcoding@gmail.com>2020-08-09 21:32:30 +0200
commitb73b6b8e130a545687aad4024465fc977e3f01ee (patch)
treecd760add299e13c801504becf7e59aa948eb22c3 /src/core
parentMerge pull request #668 from majesticCoding/miami (diff)
downloadre3-b73b6b8e130a545687aad4024465fc977e3f01ee.tar
re3-b73b6b8e130a545687aad4024465fc977e3f01ee.tar.gz
re3-b73b6b8e130a545687aad4024465fc977e3f01ee.tar.bz2
re3-b73b6b8e130a545687aad4024465fc977e3f01ee.tar.lz
re3-b73b6b8e130a545687aad4024465fc977e3f01ee.tar.xz
re3-b73b6b8e130a545687aad4024465fc977e3f01ee.tar.zst
re3-b73b6b8e130a545687aad4024465fc977e3f01ee.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/Game.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp
index 7700d321..6573ac22 100644
--- a/src/core/Game.cpp
+++ b/src/core/Game.cpp
@@ -89,6 +89,7 @@
#include "Occlusion.h"
#include "debugmenu.h"
#include "Ropes.h"
+#include "WindModifiers.h"
eLevelName CGame::currLevel;
int32 CGame::currArea;
@@ -693,6 +694,7 @@ void CGame::Process(void)
if (!CCutsceneMgr::IsCutsceneProcessing() && !CTimer::GetIsCodePaused())
FrontEndMenuManager.Process();
CStreaming::Update();
+ CWindModifiers::Number = 0;
if (!CTimer::GetIsPaused())
{
CTheZones::Update();