diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/hdb/ai.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/ai.cpp b/engines/hdb/ai.cpp index 90fbb14f52..0562b39e45 100644 --- a/engines/hdb/ai.cpp +++ b/engines/hdb/ai.cpp @@ -203,6 +203,7 @@ void AI::cineMoveCamera(int x, int y, int speed) { cmd->start = 0; cmd->x = x * kTileWidth; cmd->y = y * kTileHeight; + cmd->speed = speed; debug("Setting up C_MOVECAMERA: x: %f, y: %f", cmd->x, cmd->y); cmd->cmdType = C_MOVECAMERA; _cine.push_back(cmd); |