aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/inventory.h')
-rw-r--r--engines/hugo/inventory.h4
1 files changed, 2 insertions, 2 deletions
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