From 423a8ec43351d1cbba84b67ad1c038ea4ca4e108 Mon Sep 17 00:00:00 2001 From: Eric Fry Date: Tue, 29 May 2018 22:30:54 +1000 Subject: ILLUSIONS: Replace 0x40004 with CURSOR_OBJECT_ID constant Fix pan bug in starship enterprise scene Add sequence opcode name to debug log Hack to fix endless loop bug outside the starship enterprise --- engines/illusions/actor.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/illusions/actor.h') diff --git a/engines/illusions/actor.h b/engines/illusions/actor.h index 7fb99ced81..51f930be11 100644 --- a/engines/illusions/actor.h +++ b/engines/illusions/actor.h @@ -58,6 +58,10 @@ enum ActorFlags { ACTOR_FLAG_8000 = 0x8000 }; +enum ControlObjectID { + CURSOR_OBJECT_ID = 0x40004 +}; + const uint kSubObjectsCount = 15; struct DefaultSequence { -- cgit v1.2.3