diff options
author | erorcun <erayorcunus@gmail.com> | 2020-05-22 14:49:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 14:49:37 +0200 |
commit | 8b82e9c40f96f8fafc451bd589e31f2c10b643f5 (patch) | |
tree | 31af48c2f7af556b368bba1a726698b6a0f8a39a /src/core/Game.h | |
parent | Merge pull request #577 from erorcun/miami (diff) | |
parent | focus loss improvement (diff) | |
download | re3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.tar re3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.tar.gz re3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.tar.bz2 re3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.tar.lz re3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.tar.xz re3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.tar.zst re3-8b82e9c40f96f8fafc451bd589e31f2c10b643f5.zip |
Diffstat (limited to 'src/core/Game.h')
-rw-r--r-- | src/core/Game.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Game.h b/src/core/Game.h index 6efacf8d..7ad8d55e 100644 --- a/src/core/Game.h +++ b/src/core/Game.h @@ -59,6 +59,8 @@ public: static void InitialiseWhenRestarting(void); static void Process(void); + static void InitAfterFocusLoss(void); + static bool IsInInterior(void) { return currArea != AREA_MAIN_MAP; } static bool CanSeeOutSideFromCurrArea(void); |