diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Game.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp index 6825c247..7b113d89 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; @@ -695,6 +696,7 @@ void CGame::Process(void) if (!CCutsceneMgr::IsCutsceneProcessing() && !CTimer::GetIsCodePaused()) FrontEndMenuManager.Process(); CStreaming::Update(); + CWindModifiers::Number = 0; if (!CTimer::GetIsPaused()) { CTheZones::Update(); |