diff options
author | Martin Kiewitz | 2010-08-24 17:33:35 +0000 |
---|---|---|
committer | Martin Kiewitz | 2010-08-24 17:33:35 +0000 |
commit | 85c35f41ca2d871280bb8f99929ee1bf88d3cbeb (patch) | |
tree | 8ac843a092deff3f028c5c919c8bd6c45e3a0a44 /engines | |
parent | 27fbfcc34eb3daf557092c5d926567071a3917a6 (diff) | |
download | scummvm-rg350-85c35f41ca2d871280bb8f99929ee1bf88d3cbeb.tar.gz scummvm-rg350-85c35f41ca2d871280bb8f99929ee1bf88d3cbeb.tar.bz2 scummvm-rg350-85c35f41ca2d871280bb8f99929ee1bf88d3cbeb.zip |
SCI: fixing comment of r52351
svn-id: r52353
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/graphics/palette.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/sci/graphics/palette.cpp b/engines/sci/graphics/palette.cpp index 346a4c075c..76b2ed53fc 100644 --- a/engines/sci/graphics/palette.cpp +++ b/engines/sci/graphics/palette.cpp @@ -619,9 +619,9 @@ bool GfxPalette::kernelPalVaryInit(GuiResourceId resourceId, uint16 ticks, uint1 // sierra sci set the timer to 1 tick instead of calling it directly // we have to change this to prevent a race condition to happen in // at least freddy pharkas during nighttime. In that case kPalVary is - // called right before that and because we load pictures much faster - // the 1 tick won't pass sometimes resulting in the palette being - // daytime instead of nighttime during the transition. + // called right before a transition and because we load pictures much + // faster, the 1 tick won't pass sometimes resulting in the palette + // being daytime instead of nighttime during the transition. palVaryProcess(1, true); } else { palVaryInstallTimer(); |