diff options
Diffstat (limited to 'src/koopatlas/core.cpp')
-rw-r--r-- | src/koopatlas/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/koopatlas/core.cpp b/src/koopatlas/core.cpp index f7622f6..6fb030a 100644 --- a/src/koopatlas/core.cpp +++ b/src/koopatlas/core.cpp @@ -797,7 +797,7 @@ void dScKoopatlas_c::executeState_PowerupsWait() { // STATE_ShopWait : Wait for the user to exit the Shop screen. void dScKoopatlas_c::executeState_ShopWait() { - if (shop->isHidden) { + if (!shop->visible) { state.setState(&StateID_Normal); } |