diff options
author | Nipun Garg | 2019-06-20 02:03:39 +0530 |
---|---|---|
committer | Eugene Sandulenko | 2019-09-03 17:16:51 +0200 |
commit | 2dd40d79a2e0c14414a06190af3c64fc52f1f078 (patch) | |
tree | afb9fea3f25210697d4893375eef95c3b28e0afb /engines/hdb | |
parent | b449bd6fe286adb287faa3070a08e2a262fc3bad (diff) | |
download | scummvm-rg350-2dd40d79a2e0c14414a06190af3c64fc52f1f078.tar.gz scummvm-rg350-2dd40d79a2e0c14414a06190af3c64fc52f1f078.tar.bz2 scummvm-rg350-2dd40d79a2e0c14414a06190af3c64fc52f1f078.zip |
HDB: Add stubs for caching graphics and LaserScan
Diffstat (limited to 'engines/hdb')
-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 |