From 67e76c3b566f9ba8eb378644d935c6f06b32b675 Mon Sep 17 00:00:00 2001 From: Le Philousophe Date: Sat, 11 May 2019 12:50:16 +0200 Subject: CRYOMNI3D: Forgot to deselect object after talking to Bontemps --- engines/cryomni3d/versailles/logic.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/cryomni3d') 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; -- cgit v1.2.3