From b6eba95cc1ddbdae511cf05369adb916258290a1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 21 Sep 2012 21:20:07 +1000 Subject: HOPKINS: Minor renaming and bugifxes --- engines/hopkins/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/hopkins/graphics.h') 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(); -- cgit v1.2.3