aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorStrangerke2013-01-21 22:25:12 +0100
committerStrangerke2013-01-21 22:25:12 +0100
commit704a36d1fb6567cdcbe0b985f745bd6d6c871dcb (patch)
tree596644c4e3345d69465e7f66c5e965f4d93259b4 /engines/hopkins/graphics.h
parent2cd0d1f4a1440bbd7d56ab8317cbc3f0fad7eb30 (diff)
downloadscummvm-rg350-704a36d1fb6567cdcbe0b985f745bd6d6c871dcb.tar.gz
scummvm-rg350-704a36d1fb6567cdcbe0b985f745bd6d6c871dcb.tar.bz2
scummvm-rg350-704a36d1fb6567cdcbe0b985f745bd6d6c871dcb.zip
HOPKINS: More renaming in ObjectsManager and globals
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 2c601492e5..f43e35f710 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -156,7 +156,7 @@ public:
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 Affiche_Perfect(byte *surface, const byte *srcData, int xp300, int yp300, int frameIndex, int zoom1, int zoom2, bool flipFl);
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);