diff options
author | Martin Kiewitz | 2010-05-12 19:56:50 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-05-12 19:56:50 +0000 |
commit | b50af74703f26821062a79877067e3f28eadd2cb (patch) | |
tree | 99a7da7bdfac60c986a9c0c76222421b85c49d84 /engines/sci/graphics | |
parent | 579a19fbc4866c426aacaed394b25d38a9cdffcb (diff) | |
download | scummvm-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/sci/graphics')
-rw-r--r-- | engines/sci/graphics/paint16.cpp | 1 |
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; |