summaryrefslogtreecommitdiffstats
path: root/src/core/Game.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-01-12 12:22:44 +0100
committerGitHub <noreply@github.com>2021-01-12 12:22:44 +0100
commit8888ee3974587cfb6172e420210df75e5c5de3f7 (patch)
tree10294da8d82bcdedaaf64cee35897a7fe08b64ea /src/core/Game.h
parentMerge branch 'miami' into lcs (diff)
parentMore fix (diff)
downloadre3-8888ee3974587cfb6172e420210df75e5c5de3f7.tar
re3-8888ee3974587cfb6172e420210df75e5c5de3f7.tar.gz
re3-8888ee3974587cfb6172e420210df75e5c5de3f7.tar.bz2
re3-8888ee3974587cfb6172e420210df75e5c5de3f7.tar.lz
re3-8888ee3974587cfb6172e420210df75e5c5de3f7.tar.xz
re3-8888ee3974587cfb6172e420210df75e5c5de3f7.tar.zst
re3-8888ee3974587cfb6172e420210df75e5c5de3f7.zip
Diffstat (limited to 'src/core/Game.h')
-rw-r--r--src/core/Game.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Game.h b/src/core/Game.h
index 69d71700..dd14278a 100644
--- a/src/core/Game.h
+++ b/src/core/Game.h
@@ -80,4 +80,4 @@ public:
static void ProcessTidyUpMemory(void);
};
-inline bool IsAreaVisible(int area) { return area == CGame::currArea || area == AREA_EVERYWHERE; }
+inline bool IsAreaVisible(int area) { return true; }