aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMartin Kiewitz2010-05-12 19:56:50 +0000
committerMartin Kiewitz2010-05-12 19:56:50 +0000
commitb50af74703f26821062a79877067e3f28eadd2cb (patch)
tree99a7da7bdfac60c986a9c0c76222421b85c49d84 /engines
parent579a19fbc4866c426aacaed394b25d38a9cdffcb (diff)
downloadscummvm-rg350-b50af74703f26821062a79877067e3f28eadd2cb.tar.gz
scummvm-rg350-b50af74703f26821062a79877067e3f28eadd2cb.tar.bz2
scummvm-rg350-b50af74703f26821062a79877067e3f28eadd2cb.zip
SCI: tracked down the kDisplay change, added comment about that
svn-id: r49016
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/graphics/paint16.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/graphics/paint16.cpp b/engines/sci/graphics/paint16.cpp
index ba23facd1d..6f33f482ec 100644
--- a/engines/sci/graphics/paint16.cpp
+++ b/engines/sci/graphics/paint16.cpp
@@ -538,6 +538,7 @@ reg_t GfxPaint16::kernelDisplay(const char *text, int argc, reg_t *argv) {
// Restore port settings for SCI01+ only
// the change actually happened inbetween sci0late. sq3new has fixed scripts and includes this change
// sq3old doesn't and restoring the port will result in font 0 getting used when scanning for planets
+ // to be exact it happened between .530 (hoyle1) and .566 (heros quest)
*currport = oldPort;
}
currport->curTop = tTop;