diff options
Diffstat (limited to 'queen/logic.h')
-rw-r--r-- | queen/logic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/queen/logic.h b/queen/logic.h index 40bf8d38c1..8fa5c22cec 100644 --- a/queen/logic.h +++ b/queen/logic.h @@ -279,6 +279,7 @@ public: void inventoryDeleteItem(uint16 itemNum, bool refresh = true); void inventoryScroll(uint16 count, bool up); + //! Copy data from dummy object to object void objectCopy(int dummyObjectIndex, int objectIndex); |