aboutsummaryrefslogtreecommitdiff
path: root/sword1/animation.h
diff options
context:
space:
mode:
Diffstat (limited to 'sword1/animation.h')
-rw-r--r--sword1/animation.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sword1/animation.h b/sword1/animation.h
index 61f2b788ac..cee94f341f 100644
--- a/sword1/animation.h
+++ b/sword1/animation.h
@@ -111,10 +111,8 @@ private:
byte pal[4 * 256];
} palettes[50];
#else
- static NewGuiColor lookup2[BITDEPTH * BITDEPTH * 256];
+ static NewGuiColor *lookup;
NewGuiColor * overlay;
- static bool lookupInit;
-
#endif
public:
@@ -131,7 +129,7 @@ private:
void buildLookup(int p, int lines);
bool checkPaletteSwitch();
#else
- void buildLookup2(void);
+ void buildLookup(void);
void plotYUV(NewGuiColor *lut, int width, int height, byte *const *dat);
#endif
};