aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/group.h
diff options
context:
space:
mode:
authorStrangerke2016-08-28 22:26:44 +0200
committerStrangerke2016-08-28 22:26:44 +0200
commitc54204910d18945f8d0f8637a2c1ee307046deb5 (patch)
tree32a18a12c1a733cfec5f1931286a5b8a133782cc /engines/dm/group.h
parented248ca1e05ad016e6c737c05782cf90c34a1082 (diff)
downloadscummvm-rg350-c54204910d18945f8d0f8637a2c1ee307046deb5.tar.gz
scummvm-rg350-c54204910d18945f8d0f8637a2c1ee307046deb5.tar.bz2
scummvm-rg350-c54204910d18945f8d0f8637a2c1ee307046deb5.zip
DM: WIP rework of processEvents29to41, some more renaming
Diffstat (limited to 'engines/dm/group.h')
-rw-r--r--engines/dm/group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/group.h b/engines/dm/group.h
index 66278266fe..5d67d0a777 100644
--- a/engines/dm/group.h
+++ b/engines/dm/group.h
@@ -197,7 +197,7 @@ public:
int16 mapX, int16 mapY, int16 damage, bool notMoving); // @ F0190_GROUP_GetDamageCreatureOutcome
void groupDelete(int16 mapX, int16 mapY); // @ F0189_GROUP_Delete
void groupDeleteEvents(int16 mapX, int16 mapY); // @ F0181_GROUP_DeleteEvents
- uint16 getGroupValueUpdatedWithCreatureValue(uint16 groupVal, uint16 creatureIndex, uint16 creatreVal); // @ F0178_GROUP_GetGroupValueUpdatedWithCreatureValue
+ uint16 getGroupValueUpdatedWithCreatureValue(uint16 groupVal, uint16 creatureIndex, uint16 creatureVal); // @ F0178_GROUP_GetGroupValueUpdatedWithCreatureValue
int16 getDamageAllCreaturesOutcome(Group *group, int16 mapX, int16 mapY, int16 attack, bool notMoving); // @ F0191_GROUP_GetDamageAllCreaturesOutcome
int16 groupGetResistanceAdjustedPoisonAttack(uint16 creatreType, int16 poisonAttack); // @ F0192_GROUP_GetResistanceAdjustedPoisonAttack
void processEvents29to41(int16 eventMapX, int16 eventMapY, int16 eventType, uint16 ticks); // @ F0209_GROUP_ProcessEvents29to41