SCI/newgui: SciGuiTransitions fixed fadeIn

svn-id: r45197
This commit is contained in:
Martin Kiewitz 2009-10-17 18:03:31 +00:00
parent a74fd21847
commit 2e73b6472f

View file

@ -271,7 +271,7 @@ void SciGuiTransitions::fadeIn() {
int16 stepNr;
for (stepNr = 0; stepNr <= 100; stepNr += 10) {
_palette->setIntensity(1, 254, 100, true);
_palette->setIntensity(1, 255, stepNr, true);
_gui->wait(2);
}
}