From 682e70623ac864037e9b81b4215202cdece09bed Mon Sep 17 00:00:00 2001 From: Strangerke Date: Wed, 2 Jan 2013 00:57:00 +0100 Subject: HOPKINS: More refactoring and renaming, remove several useless variables --- engines/hopkins/graphics.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'engines/hopkins/graphics.h') diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h index f62fcb5026..ad05f1aa6b 100644 --- a/engines/hopkins/graphics.h +++ b/engines/hopkins/graphics.h @@ -87,7 +87,6 @@ public: int clip_x, clip_y; int clip_x1, clip_y1; bool clip_flag; - int SDL_NBLOCS; int Red_x, Red_y; int Red; int _width; @@ -151,8 +150,8 @@ public: void FIN_VISU(); void VISU_ALL(); void RESET_SEGMENT_VESA(); - void Ajoute_Segment_Vesa(int x1, int y1, int x2, int y2); - void Affiche_Segment_Vesa(); + void addVesaSegment(int x1, int y1, int x2, int y2); + void displayVesaSegment(); void AFFICHE_SPEEDVGA(const byte *objectData, int xp, int yp, int idx); void CopyAsm(const byte *surface); void CopyAsm16(const byte *surface); -- cgit v1.2.3