From 7b88bd8efe25fe3092e190d5fed16990c69e2849 Mon Sep 17 00:00:00 2001 From: Eric Fry Date: Fri, 1 Jun 2018 20:52:34 +1000 Subject: ILLUSIONS: Add more logging Add todo to check named point on opAppearForeignActor --- engines/illusions/actor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/illusions/actor.cpp') diff --git a/engines/illusions/actor.cpp b/engines/illusions/actor.cpp index dba119550d..74d57d32b7 100644 --- a/engines/illusions/actor.cpp +++ b/engines/illusions/actor.cpp @@ -1033,6 +1033,7 @@ void Controls::placeBackgroundObject(BackgroundObject *backgroundObject) { control->activateObject(); _controls.push_front(control); _vm->_dict->setObjectControl(control->_objectId, control); + debug(0, "Added background control. objectId: %08X", control->_objectId); } void Controls::placeActor(uint32 actorTypeId, Common::Point placePt, uint32 sequenceId, uint32 objectId, uint32 notifyThreadId) { -- cgit v1.2.3