aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/group.h
diff options
context:
space:
mode:
authorStrangerke2016-09-20 22:26:00 +0200
committerStrangerke2016-09-20 22:26:00 +0200
commit58728d2f167074adeaf954115c03c0ee2df75274 (patch)
tree957e989826ffa52324c8d9d0756e85560d6f5432 /engines/dm/group.h
parentdd9e43925f59e053697bcd74a6e65013662a6951 (diff)
downloadscummvm-rg350-58728d2f167074adeaf954115c03c0ee2df75274.tar.gz
scummvm-rg350-58728d2f167074adeaf954115c03c0ee2df75274.tar.bz2
scummvm-rg350-58728d2f167074adeaf954115c03c0ee2df75274.zip
DM: Make use of TimeLineEventType
Diffstat (limited to 'engines/dm/group.h')
-rw-r--r--engines/dm/group.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/dm/group.h b/engines/dm/group.h
index a60eb75999..ef34db1e5c 100644
--- a/engines/dm/group.h
+++ b/engines/dm/group.h
@@ -30,6 +30,7 @@
#include "dm/dm.h"
#include "dm/sounds.h"
+#include "dm/timeline.h"
namespace DM {
class Champion;
@@ -204,7 +205,7 @@ public:
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(CreatureType creatureType, int16 poisonAttack); // @ F0192_GROUP_GetResistanceAdjustedPoisonAttack
- void processEvents29to41(int16 eventMapX, int16 eventMapY, int16 eventType, uint16 ticks); // @ F0209_GROUP_ProcessEvents29to41
+ void processEvents29to41(int16 eventMapX, int16 eventMapY, TimelineEventType eventType, uint16 ticks); // @ F0209_GROUP_ProcessEvents29to41
bool isMovementPossible(CreatureInfo *creatureInfo, int16 mapX, int16 mapY,
uint16 dir, bool allowMovementOverImaginaryPitsAndFakeWalls); // @ F0202_GROUP_IsMovementPossible
int16 getDistanceBetweenSquares(int16 srcMapX, int16 srcMapY, int16 destMapX,