aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/screen_lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-29 18:00:18 +0000
committerJohannes Schickel2009-06-29 18:00:18 +0000
commit67f69bcaf2a0e425eb0799683fc631213775aabb (patch)
treeaaa6b93b19599af651d45522e247595706722b0c /engines/kyra/screen_lol.h
parentc810f9645af0259c2ff89a76bcc3d565f2f58601 (diff)
downloadscummvm-rg350-67f69bcaf2a0e425eb0799683fc631213775aabb.tar.gz
scummvm-rg350-67f69bcaf2a0e425eb0799683fc631213775aabb.tar.bz2
scummvm-rg350-67f69bcaf2a0e425eb0799683fc631213775aabb.zip
- Get rid of code duplication for mouse cursor setup
- Fix mouse cursor colors in LoL PC98 (This commit might introduce regressions, since it changes the key color the mouse cursor uses) svn-id: r41959
Diffstat (limited to 'engines/kyra/screen_lol.h')
-rw-r--r--engines/kyra/screen_lol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/screen_lol.h b/engines/kyra/screen_lol.h
index 1c94392b4e..db355977f8 100644
--- a/engines/kyra/screen_lol.h
+++ b/engines/kyra/screen_lol.h
@@ -111,6 +111,7 @@ private:
static const uint8 _paletteConvTable[256];
void mergeOverlay(int x, int y, int w, int h);
+ void postProcessCursor(uint8 *data, int width, int height, int pitch);
// magic atlas
void calcBoundariesIntern(int dstX, int dstY, int c, int d);