From 903cffca281c3ba44bd9d79d34dfc4eadf1a42b3 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Tue, 4 Apr 2017 20:53:31 -0400 Subject: TITANIC: Change debug level constants to have a DEBUG_ prefix --- engines/titanic/pet_control/pet_conversations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/titanic/pet_control') diff --git a/engines/titanic/pet_control/pet_conversations.cpp b/engines/titanic/pet_control/pet_conversations.cpp index f7cfedf8c4..6db804ee16 100644 --- a/engines/titanic/pet_control/pet_conversations.cpp +++ b/engines/titanic/pet_control/pet_conversations.cpp @@ -545,7 +545,7 @@ void CPetConversations::npcDialChange(uint dialNum, uint oldLevel, uint newLevel assert(oldLevel <= 100 && newLevel <= 100); if (newLevel != oldLevel) { - debugC(ERROR_DETAILED, kDebugScripts, "Dial %d change from %d to %d", + debugC(DEBUG_DETAILED, kDebugScripts, "Dial %d change from %d to %d", dialNum, oldLevel, newLevel); uint src = ascending[0], dest = ascending[1]; if (newLevel < oldLevel) { -- cgit v1.2.3