diff options
Diffstat (limited to 'sword1/animation.h')
| -rw-r--r-- | sword1/animation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sword1/animation.h b/sword1/animation.h index fdb78cd99a..0e0bea0694 100644 --- a/sword1/animation.h +++ b/sword1/animation.h @@ -111,8 +111,8 @@ private: byte pal[4 * 256]; } palettes[50]; #else - static NewGuiColor *lookup; - NewGuiColor * overlay; + static OverlayColor *lookup; + OverlayColor * overlay; #endif public: @@ -130,7 +130,7 @@ private: bool checkPaletteSwitch(); #else void buildLookup(void); - void plotYUV(NewGuiColor *lut, int width, int height, byte *const *dat); + void plotYUV(OverlayColor *lut, int width, int height, byte *const *dat); #endif }; |
