diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-04-10 10:23:35 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-10 10:23:35 +0200 |
commit | 8917567508f1c98ba96579fdc0516cd07902c74d (patch) | |
tree | ec7078b2f0bbf736570f5a78e8db66a2a114f244 /src/core | |
parent | Fix sprite vertical scale (diff) | |
download | re3-8917567508f1c98ba96579fdc0516cd07902c74d.tar re3-8917567508f1c98ba96579fdc0516cd07902c74d.tar.gz re3-8917567508f1c98ba96579fdc0516cd07902c74d.tar.bz2 re3-8917567508f1c98ba96579fdc0516cd07902c74d.tar.lz re3-8917567508f1c98ba96579fdc0516cd07902c74d.tar.xz re3-8917567508f1c98ba96579fdc0516cd07902c74d.tar.zst re3-8917567508f1c98ba96579fdc0516cd07902c74d.zip |
Diffstat (limited to '')
-rw-r--r-- | src/animation/CutsceneMgr.cpp (renamed from src/core/CutsceneMgr.cpp) | 0 | ||||
-rw-r--r-- | src/animation/CutsceneMgr.h (renamed from src/core/CutsceneMgr.h) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CutsceneMgr.cpp b/src/animation/CutsceneMgr.cpp index 39066958..39066958 100644 --- a/src/core/CutsceneMgr.cpp +++ b/src/animation/CutsceneMgr.cpp diff --git a/src/core/CutsceneMgr.h b/src/animation/CutsceneMgr.h index 7b809964..3c915eea 100644 --- a/src/core/CutsceneMgr.h +++ b/src/animation/CutsceneMgr.h @@ -26,7 +26,7 @@ public: static CDirectory *&ms_pCutsceneDir; static uint32 &ms_cutsceneLoadStatus; - static void SetRunning(bool running) { ms_running = running; } + static void StartCutsceneProcessing() { ms_cutsceneProcessing = true; } static bool IsRunning(void) { return ms_running; } static bool IsCutsceneProcessing(void) { return ms_cutsceneProcessing; } static bool UseLodMultiplier(void) { return ms_useLodMultiplier; } |