aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/surface.h
diff options
context:
space:
mode:
authorSven Hesse2012-05-29 14:16:31 +0200
committerSven Hesse2012-05-29 14:22:07 +0200
commitaa7c44a070ac6b33411749b66014f80a953b70c5 (patch)
tree6913259cfd630f3244745e37b0a3d903fb11d22b /engines/gob/surface.h
parente35e4a1f686a982e67247f5de0537ce44ed791cd (diff)
downloadscummvm-rg350-aa7c44a070ac6b33411749b66014f80a953b70c5.tar.gz
scummvm-rg350-aa7c44a070ac6b33411749b66014f80a953b70c5.tar.bz2
scummvm-rg350-aa7c44a070ac6b33411749b66014f80a953b70c5.zip
GOB: Hook up the PE cursors to v7 loadCursor
Addy Junior / Adibou2 now shows proper cursors. Thanks to clone2727 for the constant nagging. :P
Diffstat (limited to 'engines/gob/surface.h')
-rw-r--r--engines/gob/surface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/surface.h b/engines/gob/surface.h
index 866e63490f..5376603801 100644
--- a/engines/gob/surface.h
+++ b/engines/gob/surface.h
@@ -122,6 +122,7 @@ private:
class Surface {
public:
Surface(uint16 width, uint16 height, uint8 bpp, byte *vidMem = 0);
+ Surface(uint16 width, uint16 height, uint8 bpp, const byte *vidMem);
~Surface();
uint16 getWidth () const;