aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-10-13 13:04:05 +1100
committerPaul Gilbert2012-10-13 13:04:05 +1100
commit4ec8e71997ef028c3f3601d8d741360ceba4a744 (patch)
tree391f5fa70b35ba26a2a281d3a2ab0845d121821c /engines/hopkins/graphics.h
parent4c456f799994b50aeee9a7d04912b2cd7892c93d (diff)
downloadscummvm-rg350-4ec8e71997ef028c3f3601d8d741360ceba4a744.tar.gz
scummvm-rg350-4ec8e71997ef028c3f3601d8d741360ceba4a744.tar.bz2
scummvm-rg350-4ec8e71997ef028c3f3601d8d741360ceba4a744.zip
HOPKINS: Correct video decompression methods
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 1e380e62d7..5be407ce46 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -145,9 +145,9 @@ public:
uint16 MapRGB(byte r, byte g, byte b);
void DD_VBL();
void Copy_WinScan_Vbe3(const byte *sourceSurface, byte *destSurface);
- void Copy_Video_Vbe3(const byte *surface);
- void Copy_Video_Vbe16(const byte *surface);
- void Copy_Video_Vbe16a(const byte *surface);
+ void Copy_Video_Vbe3(const byte *srcData);
+ void Copy_Video_Vbe16(const byte *srcData);
+ void Copy_Video_Vbe16a(const byte *srcData);
void Capture_Mem(const byte *srcSurface, byte *destSurface, int xs, int ys, unsigned int width, int height);
/**