From 3060427fe6967ebf8f3b8ebdc42db9bd15284bfb Mon Sep 17 00:00:00 2001 From: Nipun Garg Date: Fri, 21 Jun 2019 05:14:22 +0530 Subject: HDB: Modify C_MOVECAMERA debug output --- engines/hdb/ai-cinematic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hdb') 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); } -- cgit v1.2.3