aboutsummaryrefslogtreecommitdiff
path: root/saga/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'saga/interface.h')
-rw-r--r--saga/interface.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/saga/interface.h b/saga/interface.h
index a63740dee9..df48e0b775 100644
--- a/saga/interface.h
+++ b/saga/interface.h
@@ -165,10 +165,10 @@ public:
void inventoryChangePos(int chg);
void inventorySetPos(int key);
- void addToInventory(int sprite, int pos = -1);
- void removeFromInventory(int sprite);
+ void addToInventory(int objectId, int pos = -1);
+ void removeFromInventory(int objectId);
void clearInventory();
- int inventoryItemPosition(int sprite);
+ int inventoryItemPosition(int objectId);
void drawInventory();
void updateInventory(int pos);
int getInventoryContentByPanelButton(PanelButton * panelButton) {