aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_resources.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-12-14 18:27:29 -0500
committerPaul Gilbert2014-12-14 18:27:29 -0500
commit37aefd08f245c0a5de0c11929e06705271952f65 (patch)
treefbe86aad485ee74024097518863e6f582448e042 /engines/access/amazon/amazon_resources.h
parent450deabd4536eb71671286e52e4b01a03a4e581a (diff)
downloadscummvm-rg350-37aefd08f245c0a5de0c11929e06705271952f65.tar.gz
scummvm-rg350-37aefd08f245c0a5de0c11929e06705271952f65.tar.bz2
scummvm-rg350-37aefd08f245c0a5de0c11929e06705271952f65.zip
ACCESS: Add enum for inventory items referred in hardcoded logic
Diffstat (limited to 'engines/access/amazon/amazon_resources.h')
-rw-r--r--engines/access/amazon/amazon_resources.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/access/amazon/amazon_resources.h b/engines/access/amazon/amazon_resources.h
index 36ae2af092..c4d2cc994d 100644
--- a/engines/access/amazon/amazon_resources.h
+++ b/engines/access/amazon/amazon_resources.h
@@ -29,6 +29,10 @@ namespace Access {
namespace Amazon {
+enum InventoryEnum {
+ INV_BAITED_POLE = 67, INV_TORCH = 76, INV_KNIFE_SPEAR = 78
+};
+
struct RiverStruct {
int _id;
int _width;