From 58728d2f167074adeaf954115c03c0ee2df75274 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 20 Sep 2016 22:26:00 +0200 Subject: DM: Make use of TimeLineEventType --- engines/dm/movesens.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/dm/movesens.cpp') diff --git a/engines/dm/movesens.cpp b/engines/dm/movesens.cpp index 0051bc21e1..03ae63e34c 100644 --- a/engines/dm/movesens.cpp +++ b/engines/dm/movesens.cpp @@ -583,7 +583,7 @@ T0266017_CheckProjectileImpacts: return false; } -void MovesensMan::addEvent(byte type, byte mapX, byte mapY, Cell cell, SensorEffect effect, int32 time) { +void MovesensMan::addEvent(TimelineEventType type, byte mapX, byte mapY, Cell cell, SensorEffect effect, int32 time) { TimelineEvent newEvent; newEvent._mapTime = _vm->setMapAndTime(_vm->_dungeonMan->_currMapIndex, time); newEvent._type = type; -- cgit v1.2.3