From 1ed6a2668be5462694c81369cc5abb89e199e2dc Mon Sep 17 00:00:00 2001 From: Robert Špalek Date: Sun, 4 Oct 2009 09:13:15 +0000 Subject: Load inventory items properly after loading the game. This solution is quite hacky, but so is the rest of the code, before a future refactoring done one day. svn-id: r44588 --- engines/draci/game.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/draci/game.h') diff --git a/engines/draci/game.h b/engines/draci/game.h index 3687c3d2de..6a982c80fd 100644 --- a/engines/draci/game.h +++ b/engines/draci/game.h @@ -316,6 +316,7 @@ public: void inventoryInit(); void inventoryDraw(); void inventoryDone(); + void inventoryReload(); void dialogueMenu(int dialogueID); int dialogueDraw(); -- cgit v1.2.3