From 3b7813d971feb8ac8292ffb7ddf014ead6f5bf36 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Fri, 1 Apr 2016 11:04:15 +0200 Subject: ADL: Fix debug print for MOVE_ALL_ITEMS --- engines/adl/adl_v2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/adl') diff --git a/engines/adl/adl_v2.cpp b/engines/adl/adl_v2.cpp index a682c29855..51ea4ec9a0 100644 --- a/engines/adl/adl_v2.cpp +++ b/engines/adl/adl_v2.cpp @@ -255,7 +255,7 @@ int AdlEngine_v2::o2_moveItem(ScriptEnv &e) { } int AdlEngine_v2::o2_moveAllItems(ScriptEnv &e) { - OP_DEBUG_2("\tMOVE_ALL_ITEMS(%d %d)", roomStr(e.arg(1)), roomStr(e.arg(2))); + OP_DEBUG_2("\tMOVE_ALL_ITEMS(%d %d)", roomStr(e.arg(1)).c_str(), roomStr(e.arg(2)).c_str()); byte room1 = roomArg(e.arg(1)); byte room2 = roomArg(e.arg(2)); -- cgit v1.2.3