Bugfix for dirty rects getting lost during room fade-ins
svn-id: r44536
This commit is contained in:
parent
14c58b73e9
commit
78578a042f
3 changed files with 20 additions and 5 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue