Bugfix for dirty rects getting lost during room fade-ins

svn-id: r44536
This commit is contained in:
Paul Gilbert 2009-10-02 13:13:47 +00:00
parent 14c58b73e9
commit 78578a042f
3 changed files with 20 additions and 5 deletions

View file

@ -107,7 +107,9 @@ void fadeIn() {
calcRGB(&palScreen[masterScreen][3*j], &workpal[3*j], offsetTable);
}
gfxModuleData_setPal256(workpal);
gfxModuleData_flipScreen();
gfxModuleData_updatePalette();
gfxModuleData_updateScreen();
}
for (long int j = 0; j < 256; j++) {