aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMatthew Hoops2011-02-02 14:52:02 +0000
committerMatthew Hoops2011-02-02 14:52:02 +0000
commit47b2611f50590f949af021a98cd5a3329b0374aa (patch)
tree827f7856e62ab671bbc7cb26f99cb18c1ed8cd43 /engines
parent8afafd89eb3ee1c343a9d6d05a4cf6d1250ccbd3 (diff)
downloadscummvm-rg350-47b2611f50590f949af021a98cd5a3329b0374aa.tar.gz
scummvm-rg350-47b2611f50590f949af021a98cd5a3329b0374aa.tar.bz2
scummvm-rg350-47b2611f50590f949af021a98cd5a3329b0374aa.zip
SCI: Add comment about GK1 Mac using kSetFontRes
svn-id: r55719
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/engine/kernel_tables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/engine/kernel_tables.h b/engines/sci/engine/kernel_tables.h
index 89e3f522e2..8b12318f59 100644
--- a/engines/sci/engine/kernel_tables.h
+++ b/engines/sci/engine/kernel_tables.h
@@ -598,6 +598,7 @@ static SciKernelMapEntry s_kernelMap[] = {
// NewRoom - 1 integer parameter, the current room number
// MorphOn - used by SQ6, script 900, the datacorder reprogramming puzzle (from room 270)
// SetHotRectangles - used by Phantasmagoria 1
+ // SetFontRes - used by GK1 Mac to use high-res Mac fonts
#endif
{ NULL, NULL, SIG_EVERYWHERE, NULL, NULL, NULL }