diff options
Diffstat (limited to 'kyra/gui.cpp')
| -rw-r--r-- | kyra/gui.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kyra/gui.cpp b/kyra/gui.cpp index 8f3212b2e5..25b08b1b08 100644 --- a/kyra/gui.cpp +++ b/kyra/gui.cpp @@ -89,8 +89,8 @@ int KyraEngine::buttonAmuletCallback(Button *caller) { return 1; int jewel = caller->specialValue - 0x14; if (_currentCharacter->sceneId == 210) { - //if (_unkSceneVar == 4 || _unkSceneVar == 6) - // return 1; + if (_beadStateVar == 4 || _beadStateVar == 6) + return 1; } if (!queryGameFlag(0x2D)) return 1; |
