aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-07-02 01:19:53 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commitda317f14be4d2b6f1031d84b5fc7ee743998cf4c (patch)
treecb73312e11f1930c9142decf714d79741c55c98a /engines/dm/gfx.h
parente2300bd04c5aebe5736a5d0a431a9b85f53a9d17 (diff)
downloadscummvm-rg350-da317f14be4d2b6f1031d84b5fc7ee743998cf4c.tar.gz
scummvm-rg350-da317f14be4d2b6f1031d84b5fc7ee743998cf4c.tar.bz2
scummvm-rg350-da317f14be4d2b6f1031d84b5fc7ee743998cf4c.zip
DM: Massive renameing in gfx.cpp
Diffstat (limited to 'engines/dm/gfx.h')
-rw-r--r--engines/dm/gfx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/dm/gfx.h b/engines/dm/gfx.h
index ca478b32b9..80902e4e68 100644
--- a/engines/dm/gfx.h
+++ b/engines/dm/gfx.h
@@ -399,7 +399,7 @@ public:
}; // @ CREATURE_REPLACEMENT_COLOR_SET
extern Viewport gDefultViewPort;
-extern Viewport gDungeonViewport;
+extern Viewport g296_DungeonViewport;
#define k0_DoorButton 0 // @ C0_DOOR_BUTTON
@@ -523,7 +523,7 @@ public:
int16 xPos, int16 yPos, int16 destHeight, int16 height2, Viewport &viewport = gDefultViewPort); // @ F0133_VIDEO_BlitBoxFilledWithMaskedBitmap
void blitBoxFilledWithMaskedBitmapToScreen(byte *src, byte *mask, byte *tmp, Box &box, int16 lastUnitIndex,
int16 firstUnitIndex, int16 destPixelWidth, Color transparent,
- int16 xPos, int16 yPos, int16 destHeight, int16 height2, Viewport &viewport = gDungeonViewport); // @ F0133_VIDEO_BlitBoxFilledWithMaskedBitmap
+ int16 xPos, int16 yPos, int16 destHeight, int16 height2, Viewport &viewport = g296_DungeonViewport); // @ F0133_VIDEO_BlitBoxFilledWithMaskedBitmap
void flipBitmapHorizontal(byte *bitmap, uint16 width, uint16 height);
void flipBitmapVertical(byte *bitmap, uint16 width, uint16 height);