aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/ai.cpp')
-rw-r--r--engines/hdb/ai.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hdb/ai.cpp b/engines/hdb/ai.cpp
index 73db78b35e..36dbcbe7cc 100644
--- a/engines/hdb/ai.cpp
+++ b/engines/hdb/ai.cpp
@@ -53,7 +53,7 @@ void AI::processCines() {
case C_SETCAMERA:
_cameraX = (*it)->x;
_cameraY = (*it)->y;
- warning("STUB: Map::CenterMAPXY required");
+ g_hdb->_map->centerMapXY((int) _cameraX + 16, (int) _cameraY + 16);
_cameraLock = true;
complete = true;
break;
@@ -78,7 +78,7 @@ void AI::processCines() {
_cameraY = (*it)->y;
complete = true;
}
- warning("STUB: MAP::CenterMapXY required");
+ g_hdb->_map->centerMapXY((int)_cameraX + 16, (int)_cameraY + 16);
break;
case C_WAIT:
if (!((*it)->start)) {