From fbd2c0e9182cf6a3ff90cf83b47347dfdd4de564 Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 18 Dec 2012 00:37:52 +0100 Subject: HOPKINS: Some renaming, rework some loop statements --- engines/hopkins/graphics.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/hopkins/graphics.h') diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h index deb396b0db..24ea17083a 100644 --- a/engines/hopkins/graphics.h +++ b/engines/hopkins/graphics.h @@ -95,7 +95,7 @@ public: int SDL_NBLOCS; int Red_x, Red_y; int Red; - int Largeur; + int _width; int Compteur_y; int spec_largeur; bool NOFADE; @@ -185,8 +185,8 @@ public: void Copy_WinScan_Vbe(const byte *srcP, byte *destP); void Copy_Video_Vbe(const byte *src); void Reduc_Ecran(const byte *srcSruface, byte *destSurface, int xp, int yp, int width, int height, int zoom); - void Plot_Hline(byte *surface, int xp, int yp, unsigned int width, byte col); - void Plot_Vline(byte *surface, int xp, int yp, int height, byte col); + void drawHorizontalLine(byte *surface, int xp, int yp, unsigned int width, byte col); + void drawVerticalLine(byte *surface, int xp, int yp, int height, byte col); void MODE_VESA(); }; -- cgit v1.2.3