From 2dd40d79a2e0c14414a06190af3c64fc52f1f078 Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Thu, 20 Jun 2019 02:03:39 +0530 Subject: HDB: Add stubs for caching graphics and LaserScan --- engines/hdb/ai-funcs.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/hdb') diff --git a/engines/hdb/ai-funcs.cpp b/engines/hdb/ai-funcs.cpp index d0888d3473..acaae9eef3 100644 --- a/engines/hdb/ai-funcs.cpp +++ b/engines/hdb/ai-funcs.cpp @@ -50,6 +50,9 @@ void AI::initAllEnts() { } } } + + warning("STUB: initAllEnts: Cache graphics for Inventory and Deliveries"); + warning("STUB: initAllEnts: LaserScan required"); } // Check to see if we can get this entity -- cgit v1.2.3