aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/party.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-12-29 03:33:59 -0500
committerPaul Gilbert2017-12-29 03:33:59 -0500
commite28f2a75bcb1ba363a902d45a62e286979fb75f5 (patch)
tree125651439e479541acf49018c7fd3eb01c5a7df5 /engines/xeen/party.h
parenta3d2c5268768bff0bed06aff00d97704c88bb337 (diff)
downloadscummvm-rg350-e28f2a75bcb1ba363a902d45a62e286979fb75f5.tar.gz
scummvm-rg350-e28f2a75bcb1ba363a902d45a62e286979fb75f5.tar.bz2
scummvm-rg350-e28f2a75bcb1ba363a902d45a62e286979fb75f5.zip
XEEN: Properly implement cmdGiveExtended opcode
Diffstat (limited to 'engines/xeen/party.h')
-rw-r--r--engines/xeen/party.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/xeen/party.h b/engines/xeen/party.h
index 31feaec503..feb470fa49 100644
--- a/engines/xeen/party.h
+++ b/engines/xeen/party.h
@@ -227,6 +227,11 @@ public:
bool giveTake(int takeMode, uint takeVal, int giveMode, uint giveVal, int charIdx);
/**
+ * Gives and/or takes amounts from various character and/or party properties
+ */
+ bool giveTakeExt(int takeMode, uint takeVal, int giveMode, uint giveVal, int extMode, uint extVal, int charIdx);
+
+ /**
* Resets the inventory that Blacksmiths sell
*/
void resetBlacksmithWares();