aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorFilippos Karapetis2013-01-08 13:39:14 +0200
committerFilippos Karapetis2013-01-08 13:39:14 +0200
commit2b1b6689086e73b77041ec36a8337f044486ad73 (patch)
treedd3fbcbb9625a4e7da3a400a8b6289ccfe7a5e9c /engines/hopkins/graphics.h
parent7462978be5d01dce90b046cb633db46b135fb19d (diff)
downloadscummvm-rg350-2b1b6689086e73b77041ec36a8337f044486ad73.tar.gz
scummvm-rg350-2b1b6689086e73b77041ec36a8337f044486ad73.tar.bz2
scummvm-rg350-2b1b6689086e73b77041ec36a8337f044486ad73.zip
HOPKINS: Get rid of the NO_VISU global variable
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 57405773ca..2796deb685 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -152,14 +152,14 @@ public:
void RESET_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 AFFICHE_SPEEDVGA(const byte *objectData, int xp, int yp, int idx, bool addSegment = true);
void CopyAsm(const byte *surface);
void copy16bFromSurfaceScaleX2(const byte *surface);
void Restore_Mem(byte *destSurface, const byte *src, int xp, int yp, int width, int height);
int zoomIn(int v, int percentage);
int zoomOut(int v, int percentage);
void Affiche_Perfect(byte *surface, const byte *srcData, int xp300, int yp300, int frameIndex, int zoom1, int zoom2, int modeFlag);
- void fastDisplay(const byte *spriteData, int xp, int yp, int spriteIndex);
+ void fastDisplay(const byte *spriteData, int xp, int yp, int spriteIndex, bool addSegment = true);
void SCOPY(const byte *surface, int x1, int y1, int width, int height, byte *destSurface, int destX, int destY);
void Copy_Mem(const byte *srcSurface, int x1, int y1, unsigned int width, int height, byte *destSurface, int destX, int destY);
void displayFont(byte *surface, const byte *spriteData, int xp, int yp, int characterIndex, int colour);