aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb')
-rw-r--r--engines/hdb/ai-cinematic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hdb/ai-cinematic.cpp b/engines/hdb/ai-cinematic.cpp
index 100d335dca..ee67737074 100644
--- a/engines/hdb/ai-cinematic.cpp
+++ b/engines/hdb/ai-cinematic.cpp
@@ -291,7 +291,7 @@ void AI::cineMoveCamera(int x, int y, int speed) {
cmd->x = x * kTileWidth;
cmd->y = y * kTileHeight;
cmd->speed = speed;
- debug("Setting up C_MOVECAMERA: x: %f, y: %f", cmd->x, cmd->y);
+ debug(2, "Setting up C_MOVECAMERA: x: %f, y: %f", cmd->x, cmd->y);
cmd->cmdType = C_MOVECAMERA;
_cine.push_back(cmd);
}