diff options
-rw-r--r-- | engines/hdb/ai-funcs.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 |