diff options
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; |