From 399b59a583b0ac92941cfe7756712d80970e47ee Mon Sep 17 00:00:00 2001 From: strangerke Date: Fri, 18 Feb 2011 08:11:55 +0100 Subject: HUGO: Avoid duplicated code in functions related to HUGO.DAT --- engines/hugo/inventory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hugo/inventory.h') diff --git a/engines/hugo/inventory.h b/engines/hugo/inventory.h index 8d60904c6f..7b1390a3ce 100644 --- a/engines/hugo/inventory.h +++ b/engines/hugo/inventory.h @@ -51,7 +51,7 @@ public: istate_t getInventoryState() const { return _inventoryState; } int16 findIconId(int16 objId); - void loadInvent(Common::ReadStream &in); + void loadInvent(Common::SeekableReadStream &in); int16 processInventory(const invact_t action, ...); void runInventory(); -- cgit v1.2.3