aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.h
diff options
context:
space:
mode:
authorFlorian Kagerer2009-11-12 07:41:33 +0000
committerFlorian Kagerer2009-11-12 07:41:33 +0000
commite36594dbe90c36d09e2c3c2d31b11476c5ddffbd (patch)
tree9013c90143d38dc4ead42e3151532280ef88ee76 /engines/kyra/screen_lol.h
parent13a2b24ab56335d95889f6c015414d1798d37be1 (diff)
downloadscummvm-rg350-e36594dbe90c36d09e2c3c2d31b11476c5ddffbd.tar.gz
scummvm-rg350-e36594dbe90c36d09e2c3c2d31b11476c5ddffbd.tar.bz2
scummvm-rg350-e36594dbe90c36d09e2c3c2d31b11476c5ddffbd.zip
LOL: - cleanup
svn-id: r45852
Diffstat (limited to 'engines/kyra/screen_lol.h')
-rw-r--r--engines/kyra/screen_lol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/screen_lol.h b/engines/kyra/screen_lol.h
index 087793a80e..9c55b8a882 100644
--- a/engines/kyra/screen_lol.h
+++ b/engines/kyra/screen_lol.h
@@ -82,7 +82,7 @@ public:
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 Palette &fxPal, const Palette &screenPal, uint8 *outTable1, uint8 *outTable2, int b);
+ void createTransparencyTablesIntern(const uint8 *ovl, int a, const uint8 *fxPal1, const uint8 *fxPal2, uint8 *outTable1, uint8 *outTable2, int b);
void copyBlockAndApplyOverlay(int page1, int x1, int y1, int page2, int x2, int y2, int w, int h, int dim, uint8 *ovl);
void applyOverlaySpecial(int page1, int x1, int y1, int page2, int x2, int y2, int w, int h, int dim, int flag, uint8 *ovl);