diff options
| author | robojumper <robojumper@gmail.com> | 2025-10-17 21:24:27 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-10-17 21:24:27 +0200 |
| commit | ec6979b2113ec0b028110e198cc8bdbda719d4de (patch) | |
| tree | eda5daac7d92505fadce937a50407aa05f846c8b /src/d/d_cs_game.cpp | |
| parent | 126e026babdebf58cf291211b65e81f4056360b7 (diff) | |
More
Diffstat (limited to 'src/d/d_cs_game.cpp')
| -rw-r--r-- | src/d/d_cs_game.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_cs_game.cpp b/src/d/d_cs_game.cpp index f16dfd7e..e3572e2e 100644 --- a/src/d/d_cs_game.cpp +++ b/src/d/d_cs_game.cpp @@ -257,7 +257,7 @@ bool dCsGame_c::shouldDraw() const { bool dCsGame_c::isForcedHidden() const { return ( EventManagerNotDrawControl0x80() && EventManagerNotSkyKeepPuzzle() && EventManagerNotInShop() && - EventManagerNotInDeposit() && !EventManagerIsMapOpenAndMessage() && !EventManagerIsMapOpenAnd0x9008Eq10() + EventManagerNotInDeposit() && !EventManagerIsMapOpenNormal() && !EventManagerIsMapEventSaveObj() ); } @@ -338,7 +338,7 @@ mVec2_c &dCursorInterfaceGame_c::getCursorPos() { f32 f3 = sHio.field_0x10 + 4.0f; f32 f4 = sHio.field_0x0C + -15.0f; - if (dLytMap_c::GetInstance() != nullptr && dLytMap_c::GetInstance()->isOpenMaybe()) { + if (dLytMap_c::GetInstance() != nullptr && dLytMap_c::GetInstance()->isOpen()) { if (pos.x < -f0 + f4) { pos.x = -f0 + f4; } |
