aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-09-21 21:20:07 +1000
committerPaul Gilbert2012-09-21 21:20:07 +1000
commitb6eba95cc1ddbdae511cf05369adb916258290a1 (patch)
treedf1de0ef112bb7bf9dc93d2b583d8409a480c2ee /engines/hopkins/graphics.h
parent507af7e8a5933903131fa1d9c1ac65ae9e31cfa0 (diff)
downloadscummvm-rg350-b6eba95cc1ddbdae511cf05369adb916258290a1.tar.gz
scummvm-rg350-b6eba95cc1ddbdae511cf05369adb916258290a1.tar.bz2
scummvm-rg350-b6eba95cc1ddbdae511cf05369adb916258290a1.zip
HOPKINS: Minor renaming and bugifxes
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index a3a6e81624..0296acf75c 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -142,7 +142,7 @@ public:
void Copy_Video_Vbe3(const byte *surface);
void Copy_Video_Vbe16(const byte *surface);
void Capture_Mem(const byte *srcSurface, byte *destSurface, int xs, int ys, unsigned int width, int height);
- void Sprite_Vesa(byte *a1, byte *a2, int a3, int a4, int a5);
+ void Sprite_Vesa(byte *surface, const byte *spriteData, int a3, int a4, int spriteIndex);
void FIN_VISU();
void VISU_ALL();
void RESET_SEGMENT_VESA();