From 426354953618135c0cffd6e9f34caf606066e363 Mon Sep 17 00:00:00 2001 From: Arnaud Boutonné Date: Wed, 2 Feb 2011 21:12:51 +0000 Subject: HUGO: 'Constify' engine as much as possible svn-id: r55741 --- engines/hugo/inventory.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/hugo/inventory.h') diff --git a/engines/hugo/inventory.h b/engines/hugo/inventory.h index f786897ba1..04dbe4b1ea 100644 --- a/engines/hugo/inventory.h +++ b/engines/hugo/inventory.h @@ -43,7 +43,7 @@ class InventoryHandler { public: InventoryHandler(HugoEngine *vm); - int16 processInventory(invact_t action, ...); + int16 processInventory(const invact_t action, ...); void runInventory(); private: @@ -51,7 +51,7 @@ private: static const int kStepDy = 8; // Pixels per step movement - void constructInventory(int16 imageTotNumb, int displayNumb, bool scrollFl, int16 firstObjId); + void constructInventory(const int16 imageTotNumb, int displayNumb, const bool scrollFl, int16 firstObjId); }; } // End of namespace Hugo -- cgit v1.2.3