DIRECTOR: Init PaletteInfo
This commit is contained in:
parent
c4004b776e
commit
f71ec7aed2
1 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue