diff options
Diffstat (limited to 'engines/kyra/gui_v2.cpp')
-rw-r--r-- | engines/kyra/gui_v2.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/gui_v2.cpp b/engines/kyra/gui_v2.cpp index c05987e482..1f997564b7 100644 --- a/engines/kyra/gui_v2.cpp +++ b/engines/kyra/gui_v2.cpp @@ -1018,7 +1018,7 @@ int KyraEngine_v2::cauldronButton(Button *button) { return 0; } - if (!_screen->isMouseVisible() || _handItemSet < 0) + if (!_screen->isMouseVisible() || _handItemSet < -1) return 0; if (queryGameFlag(0xE4)) { @@ -1036,7 +1036,7 @@ int KyraEngine_v2::cauldronButton(Button *button) { } if (_itemInHand == -1) { - //sub_33AAE(); + listItemsInCauldron(); return 0; } |