mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-08 19:00:57 +00:00
SCI: adding kPalVary update call to kFrameout - it's getting morning now in gabriel knight 1
svn-id: r50083
This commit is contained in:
parent
b016c16300
commit
8fcb14d235
@ -37,6 +37,7 @@
|
||||
#include "sci/graphics/view.h"
|
||||
#include "sci/graphics/screen.h"
|
||||
#include "sci/graphics/paint32.h"
|
||||
#include "sci/graphics/palette.h"
|
||||
#include "sci/graphics/picture.h"
|
||||
#include "sci/graphics/frameout.h"
|
||||
|
||||
@ -121,6 +122,8 @@ void GfxFrameout::kernelFrameout() {
|
||||
FrameoutList itemList;
|
||||
FrameoutEntry *itemEntry;
|
||||
|
||||
_palette->palVaryUpdate();
|
||||
|
||||
// Allocate enough space for all screen items
|
||||
itemData = (FrameoutEntry *)malloc(_screenItems.size() * sizeof(FrameoutEntry));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user