From ffa56e7c4b98fc72f40ac45bb2ec77b4f3194a59 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Fri, 21 Jun 2019 07:49:23 +0530 Subject: HDB: Fix type of *draw --- engines/hdb/ai-waypoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hdb/ai-waypoint.cpp') diff --git a/engines/hdb/ai-waypoint.cpp b/engines/hdb/ai-waypoint.cpp index 88a0c44d13..3887b972b8 100644 --- a/engines/hdb/ai-waypoint.cpp +++ b/engines/hdb/ai-waypoint.cpp @@ -29,7 +29,7 @@ void AI::clearWaypoints() { _numWaypoints = 0; } -void *AI::getStandFrameDir(AIEntity *e) { +Tile *AI::getStandFrameDir(AIEntity *e) { switch (e->dir) { case DIR_DOWN: if (e->standdownFrames) -- cgit v1.2.3