aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Snover2017-01-02 23:30:57 -0600
committerColin Snover2017-01-09 19:34:54 -0600
commitbd9bc7ce878dd2ccdce31ade062e9e91d5eb16a9 (patch)
tree9f846fa99e13d7b240ac78eb39053d32ff4fca77
parent01e6d073604a3973d993ccefc162c437d2937660 (diff)
downloadscummvm-rg350-bd9bc7ce878dd2ccdce31ade062e9e91d5eb16a9.tar.gz
scummvm-rg350-bd9bc7ce878dd2ccdce31ade062e9e91d5eb16a9.tar.bz2
scummvm-rg350-bd9bc7ce878dd2ccdce31ade062e9e91d5eb16a9.zip
SCI32: Clean up comment on kSetHotRectangles
Since this feature is now implemented, it is not necessary to describe its intended functionality here.
-rw-r--r--engines/sci/engine/kernel_tables.h6
1 files changed, 1 insertions, 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)
- // <lskovlun> 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