aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.h
diff options
context:
space:
mode:
authorStrangerke2016-09-18 22:15:51 +0200
committerStrangerke2016-09-18 22:16:52 +0200
commit8bdabc16bde7b5d197797a9f1f2ff474ff7e726b (patch)
tree7513991726e83ce1cfe27e54398811ce0799612d /engines/dm/dm.h
parent94cee9dead9e3bbea7dc7350c4071848d03c5325 (diff)
downloadscummvm-rg350-8bdabc16bde7b5d197797a9f1f2ff474ff7e726b.tar.gz
scummvm-rg350-8bdabc16bde7b5d197797a9f1f2ff474ff7e726b.tar.bz2
scummvm-rg350-8bdabc16bde7b5d197797a9f1f2ff474ff7e726b.zip
DM: Rename some more enums
Diffstat (limited to 'engines/dm/dm.h')
-rw-r--r--engines/dm/dm.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h
index c346fa0874..e4fc837558 100644
--- a/engines/dm/dm.h
+++ b/engines/dm/dm.h
@@ -148,7 +148,9 @@ enum MapIndice {
#define kDMMaskDecodeEvenIfInvisible 0x8000 // @ MASK0x8000_DECODE_EVEN_IF_INVISIBLE
#define kDMMaskMergeCycles 0x8000 // @ MASK0x8000_MERGE_CYCLES
-#define kDMSlotBoxChestFirstSlot 38 // @ C38_SLOT_BOX_CHEST_FIRST_SLOT
+#define kDMSlotBoxInventoryFirstSlot 8 // @ C08_SLOT_BOX_INVENTORY_FIRST_SLOT
+#define kDMSlotBoxInventoryActionHand 9 // @ C09_SLOT_BOX_INVENTORY_ACTION_HAND
+#define kDMSlotBoxChestFirstSlot 38 // @ C38_SLOT_BOX_CHEST_FIRST_SLOT
struct DMADGameDescription {
ADGameDescription _desc;