aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.h
diff options
context:
space:
mode:
authorFlorian Kagerer2009-11-11 23:05:19 +0000
committerFlorian Kagerer2009-11-11 23:05:19 +0000
commitc0fc64ecbf8964a6047faf2c86240ca5e8608f4f (patch)
tree78243a883a1fef5306629c377da18f87c84d7a34 /engines/kyra/screen_lol.h
parente0ae43ded79f1b968e6939b863f5e1bcd7144732 (diff)
downloadscummvm-rg350-c0fc64ecbf8964a6047faf2c86240ca5e8608f4f.tar.gz
scummvm-rg350-c0fc64ecbf8964a6047faf2c86240ca5e8608f4f.tar.bz2
scummvm-rg350-c0fc64ecbf8964a6047faf2c86240ca5e8608f4f.zip
LOL: - fixed transparency tables in PC-98 16 color version
- renamed some variables svn-id: r45847
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 e455976d76..087793a80e 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 generateTruelightTables(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 Palette &fxPal, const Palette &screenPal, 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);