From 9c79d02a1fb7c30cd47a8c0392b05642f2be12a3 Mon Sep 17 00:00:00 2001 From: Bendegúz Nagy Date: Fri, 26 Aug 2016 22:50:30 +0200 Subject: DM: Add missing code to command move party --- engines/dm/champion.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/dm/champion.h') diff --git a/engines/dm/champion.h b/engines/dm/champion.h index 2dc4579ee4..16c53c8c58 100644 --- a/engines/dm/champion.h +++ b/engines/dm/champion.h @@ -520,6 +520,7 @@ public: void f316_deleteScent(uint16 scentIndex); // @ F0316_CHAMPION_DeleteScent void f317_addScentStrength(int16 mapX, int16 mapY, int32 cycleCount); // @ F0317_CHAMPION_AddScentStrength void f297_putObjectInLeaderHand(Thing thing, bool setMousePointer); // @ F0297_CHAMPION_PutObjectInLeaderHand + int16 f310_getMovementTicks(Champion *champ); // @ F0310_CHAMPION_GetMovementTicks -- cgit v1.2.3