mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
DIRECTOR: Init PaletteInfo
This commit is contained in:
parent
c4004b776e
commit
f71ec7aed2
@ -59,6 +59,14 @@ struct PaletteInfo {
|
||||
byte delay;
|
||||
byte style;
|
||||
byte colorCode;
|
||||
|
||||
PaletteInfo() {
|
||||
paletteId = 0;
|
||||
firstColor = lastColor = 0;
|
||||
flags = 0; speed = 0;
|
||||
frameCount = cycleCount = 0;
|
||||
fade = delay = style = colorCode = 0;
|
||||
}
|
||||
};
|
||||
|
||||
struct FrameEntity {
|
||||
|
Loading…
x
Reference in New Issue
Block a user