diff options
-rw-r--r-- | engines/hdb/hdb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/hdb.cpp b/engines/hdb/hdb.cpp index d908908b37..3d769f9eb2 100644 --- a/engines/hdb/hdb.cpp +++ b/engines/hdb/hdb.cpp @@ -182,7 +182,7 @@ void HDBGame::useEntity(AIEntity *e) { // Look at Entity if (e->type != AI_RAILRIDER_ON) { - warning("STUB: HDBGame::useEntity AI::lookAtEntity required"); + _ai->lookAtEntity(e); } // Grab animation |