diff options
Diffstat (limited to 'engines/kyra/screen_v2.h')
-rw-r--r-- | engines/kyra/screen_v2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/screen_v2.h b/engines/kyra/screen_v2.h index 7bbdc4b6c3..d95bff35d1 100644 --- a/engines/kyra/screen_v2.h +++ b/engines/kyra/screen_v2.h @@ -46,7 +46,7 @@ public: uint8 *generateOverlay(const uint8 *palette, uint8 *buffer, int color, uint16 factor); void applyOverlay(int x, int y, int w, int h, int pageNum, const uint8 *overlay); int findLeastDifferentColor(const uint8 *paletteEntry, const uint8 *palette, uint16 numColors); - + virtual void getFadeParams(const uint8 *palette, int delay, int &delayInc, int &diff); // shape handling @@ -78,5 +78,5 @@ protected: } // end of namespace Kyra -#endif +#endif |