aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2010-08-03 16:22:12 +0000
committerJohannes Schickel2010-08-03 16:22:12 +0000
commit64585b40ebd8fac26d151aa12e6c6a22f631c20c (patch)
treed25826d4c4bb934d91c419033a0b9907c84146c0 /engines/kyra/screen_lol.h
parent14c9522d776a6a7ceb01b9b3076d43729e7780f4 (diff)
downloadscummvm-rg350-64585b40ebd8fac26d151aa12e6c6a22f631c20c.tar.gz
scummvm-rg350-64585b40ebd8fac26d151aa12e6c6a22f631c20c.tar.bz2
scummvm-rg350-64585b40ebd8fac26d151aa12e6c6a22f631c20c.zip
KYRA: Get rid of Screen_LoL::generateLevelOverlay.
This function is actually exactly the same as Screen_v2::generateOverlay, after I fixed the implementation of the latter last commit. svn-id: r51704
Diffstat (limited to 'engines/kyra/screen_lol.h')
-rw-r--r--engines/kyra/screen_lol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/screen_lol.h b/engines/kyra/screen_lol.h
index cdd18f98f6..52e66df1ec 100644
--- a/engines/kyra/screen_lol.h
+++ b/engines/kyra/screen_lol.h
@@ -79,7 +79,6 @@ public:
Palette **generateFadeTable(Palette **dst, Palette *src1, Palette *src2, int numTabs);
void generateGrayOverlay(const Palette &Pal, uint8 *grayOverlay, int factor, int addR, int addG, int addB, int lastColor, bool skipSpecialColors);
- uint8 *generateLevelOverlay(const Palette &Pal, uint8 *ovl, int opColor, int weight);
uint8 *getLevelOverlay(int index) { return _levelOverlays[index]; }
void createTransparencyTablesIntern(const uint8 *ovl, int a, const uint8 *fxPal1, const uint8 *fxPal2, uint8 *outTable1, uint8 *outTable2, int b);