aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/group.cpp
diff options
context:
space:
mode:
authorStrangerke2016-09-12 22:20:31 +0200
committerStrangerke2016-09-12 22:37:51 +0200
commit4e28542029792a495a4420e5feda6030c67365da (patch)
tree5689fde78ee557989296917185c0447a316c2064 /engines/dm/group.cpp
parent668142e9055f491159d552ae0df27fa5c752f4f3 (diff)
downloadscummvm-rg350-4e28542029792a495a4420e5feda6030c67365da.tar.gz
scummvm-rg350-4e28542029792a495a4420e5feda6030c67365da.tar.bz2
scummvm-rg350-4e28542029792a495a4420e5feda6030c67365da.zip
DM: Rename some enums in DungeonMan
Diffstat (limited to 'engines/dm/group.cpp')
-rw-r--r--engines/dm/group.cpp38
1 files changed, 19 insertions, 19 deletions
diff --git a/engines/dm/group.cpp b/engines/dm/group.cpp
index 9e7335ca28..93fb718d72 100644
--- a/engines/dm/group.cpp
+++ b/engines/dm/group.cpp
@@ -191,39 +191,39 @@ void GroupMan::dropCreatureFixedPossessions(uint16 creatureType, int16 mapX, int
0
};
static uint16 fixedPossessionCreature7rockRockPile[5] = { // @ G0249_aui_Graphic559_FixedPossessionsCreature07Rock_RockPile
- kDMObjectInfoIndexFirstJunk + k25_JunkTypeBoulder,
- kDMObjectInfoIndexFirstJunk + k25_JunkTypeBoulder | kDMMaskRandomDrop,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeBoulder,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeBoulder | kDMMaskRandomDrop,
kDMObjectInfoIndexFirstWeapon + kDMWeaponRock | kDMMaskRandomDrop,
kDMObjectInfoIndexFirstWeapon + kDMWeaponRock | kDMMaskRandomDrop,
0
};
static uint16 fixedPossessionCreature4PainRatHellHound[3] = { // @ G0250_aui_Graphic559_FixedPossessionsCreature04PainRat_Hellhound
- kDMObjectInfoIndexFirstJunk + k35_JunkTypeDrumstickShank,
- kDMObjectInfoIndexFirstJunk + k35_JunkTypeDrumstickShank | kDMMaskRandomDrop,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeDrumstickShank,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeDrumstickShank | kDMMaskRandomDrop,
0
};
static uint16 fixedPossessionCreature6screamer[3] = { // @ G0251_aui_Graphic559_FixedPossessionsCreature06Screamer
- kDMObjectInfoIndexFirstJunk + k33_JunkTypeScreamerSlice,
- kDMObjectInfoIndexFirstJunk + k33_JunkTypeScreamerSlice | kDMMaskRandomDrop,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeScreamerSlice,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeScreamerSlice | kDMMaskRandomDrop,
0
};
static uint16 fixedPossessionCreature15MagnetaWormWorm[4] = { // @ G0252_aui_Graphic559_FixedPossessionsCreature15MagentaWorm_Worm
- kDMObjectInfoIndexFirstJunk + k34_JunkTypeWormRound,
- kDMObjectInfoIndexFirstJunk + k34_JunkTypeWormRound | kDMMaskRandomDrop,
- kDMObjectInfoIndexFirstJunk + k34_JunkTypeWormRound | kDMMaskRandomDrop,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeWormRound,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeWormRound | kDMMaskRandomDrop,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeWormRound | kDMMaskRandomDrop,
0
};
static uint16 fixedPossessionCreature24RedDragon[11] = { // @ G0253_aui_Graphic559_FixedPossessionsCreature24RedDragon
- kDMObjectInfoIndexFirstJunk + k36_JunkTypeDragonSteak,
- kDMObjectInfoIndexFirstJunk + k36_JunkTypeDragonSteak,
- kDMObjectInfoIndexFirstJunk + k36_JunkTypeDragonSteak,
- kDMObjectInfoIndexFirstJunk + k36_JunkTypeDragonSteak,
- kDMObjectInfoIndexFirstJunk + k36_JunkTypeDragonSteak,
- kDMObjectInfoIndexFirstJunk + k36_JunkTypeDragonSteak,
- kDMObjectInfoIndexFirstJunk + k36_JunkTypeDragonSteak,
- kDMObjectInfoIndexFirstJunk + k36_JunkTypeDragonSteak,
- kDMObjectInfoIndexFirstJunk + k36_JunkTypeDragonSteak | kDMMaskRandomDrop,
- kDMObjectInfoIndexFirstJunk + k36_JunkTypeDragonSteak | kDMMaskRandomDrop, 0};
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeDragonSteak,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeDragonSteak,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeDragonSteak,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeDragonSteak,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeDragonSteak,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeDragonSteak,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeDragonSteak,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeDragonSteak,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeDragonSteak | kDMMaskRandomDrop,
+ kDMObjectInfoIndexFirstJunk + kDMJunkTypeDragonSteak | kDMMaskRandomDrop, 0};
uint16 *fixedPossessions;
bool cursedPossessions = false;