aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/gfx.h
diff options
context:
space:
mode:
authorWinterGrascph2016-05-12 22:44:30 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit05fbf0b3584c5bef1827ce43951b325a20ac40ac (patch)
tree0f0d1316f42042f9a762d3481ba7498b32815075 /engines/dm/gfx.h
parentaf6e6ca4682981e6d193968e508531055e18c52e (diff)
downloadscummvm-rg350-05fbf0b3584c5bef1827ce43951b325a20ac40ac.tar.gz
scummvm-rg350-05fbf0b3584c5bef1827ce43951b325a20ac40ac.tar.bz2
scummvm-rg350-05fbf0b3584c5bef1827ce43951b325a20ac40ac.zip
DM: Add dungeonman.o to module.mk, fix _bitmaps memory leak
Diffstat (limited to 'engines/dm/gfx.h')
-rw-r--r--engines/dm/gfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/dm/gfx.h b/engines/dm/gfx.h
index 45b1bb78b3..b2c29bf8c6 100644
--- a/engines/dm/gfx.h
+++ b/engines/dm/gfx.h
@@ -86,7 +86,7 @@ class DisplayMan {
// the original functions has two position parameters, but they are always set to zero
void loadIntoBitmap(uint16 index, byte *destBitmap); // @ F0466_EXPAND_GraphicToBitmap
void unpackGraphics();
- void drawWallSetBitmap(byte *bitmap, Frame &f, uint16 srcWidth); // @ F0100_DUNGEONVIEW_DrawWallSetBitmap
+ void drawWallSetBitmap(byte *bitmap, Frame &f); // @ F0100_DUNGEONVIEW_DrawWallSetBitmap
public:
DisplayMan(DMEngine *dmEngine);
~DisplayMan();