diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/cryomni3d/versailles/logic.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cryomni3d/versailles/logic.cpp b/engines/cryomni3d/versailles/logic.cpp index 5cf2354fb2..45a0d2ecc8 100644 --- a/engines/cryomni3d/versailles/logic.cpp +++ b/engines/cryomni3d/versailles/logic.cpp @@ -2695,6 +2695,7 @@ FILTER_EVENT(2, 1) { _inventory.removeByNameID(98); setGameTime(2, 2); } + _inventory.deselectObject(); } else if (*event == 31101) { if (!_inventory.selectedObject() && currentGameTime() > 1) { const char *video; |