aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cryomni3d')
-rw-r--r--engines/cryomni3d/versailles/logic.cpp1
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;