From 3139f1956947e41eaed4721186ed28a5be97b40e Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Thu, 18 Mar 2004 21:27:51 +0000 Subject: fixed issue when loading a savegame in last room (robot/frank fight) svn-id: r13338 --- queen/logic.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'queen/logic.cpp') diff --git a/queen/logic.cpp b/queen/logic.cpp index be5d6a3ec0..0b533d8c45 100644 --- a/queen/logic.cpp +++ b/queen/logic.cpp @@ -888,7 +888,6 @@ void Logic::inventoryRefresh() { } x += 35; } - _vm->update(); } int16 Logic::previousInventoryItem(int16 start) const { -- cgit v1.2.3