From bd9bc7ce878dd2ccdce31ade062e9e91d5eb16a9 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Mon, 2 Jan 2017 23:30:57 -0600 Subject: SCI32: Clean up comment on kSetHotRectangles Since this feature is now implemented, it is not necessary to describe its intended functionality here. --- engines/sci/engine/kernel_tables.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/engines/sci/engine/kernel_tables.h b/engines/sci/engine/kernel_tables.h index 278d4d6614..e05348a0cd 100644 --- a/engines/sci/engine/kernel_tables.h +++ b/engines/sci/engine/kernel_tables.h @@ -997,11 +997,7 @@ static SciKernelMapEntry s_kernelMap[] = { { MAP_DUMMY(GetSaveCDisc), SIG_EVERYWHERE, "(.*)", NULL, NULL }, { MAP_DUMMY(TestPoly), SIG_EVERYWHERE, "(.*)", NULL, NULL }, - // SCI2.1 unmapped functions - TODO! - - // SetHotRectangles - used by Phantasmagoria 1, script 64981 (used in the chase scene) - // The idea, if I understand correctly, is that the engine generates events - // of a special HotRect type continuously when the mouse is on that rectangle + // Used by Phantasmagoria 1, script 64981 (used in the chase scene) { MAP_CALL(SetHotRectangles), SIG_SINCE_SCI21MID, SIGFOR_ALL, "i(r)", NULL, NULL }, // Used by SQ6 to scroll through the inventory via the up/down buttons -- cgit v1.2.3