diff options
| author | Eugene Sandulenko | 2019-06-22 23:31:20 +0200 |
|---|---|---|
| committer | Eugene Sandulenko | 2019-09-03 17:16:56 +0200 |
| commit | a3b650be3644cbc4c4e2205be4b9d8e719e8d3e1 (patch) | |
| tree | 674670ebcfaa62b32035cc0185cffb99bfe0483b /engines | |
| parent | 38e5b71668405bc74cc35139945c4aa38e3330a2 (diff) | |
| download | scummvm-rg350-a3b650be3644cbc4c4e2205be4b9d8e719e8d3e1.tar.gz scummvm-rg350-a3b650be3644cbc4c4e2205be4b9d8e719e8d3e1.tar.bz2 scummvm-rg350-a3b650be3644cbc4c4e2205be4b9d8e719e8d3e1.zip | |
HDB: Added warning to catch ambigious code
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/hdb/ai-lists.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/ai-lists.cpp b/engines/hdb/ai-lists.cpp index 40bb4583a3..b113f4a6f0 100644 --- a/engines/hdb/ai-lists.cpp +++ b/engines/hdb/ai-lists.cpp @@ -105,6 +105,7 @@ void AI::animateTargets() { if (at->inMap) { // Animate Map Tiles layer = 0; // BG layer + warning("FIXME: Ambigious animateTargets() code."); if (!at->start == g_hdb->_map->getMapBGTileIndex(at->x, at->y)) layer = 1; |
