From 01ed61e06642b506ba2c471002a410bbbb659167 Mon Sep 17 00:00:00 2001 From: Bendegúz Nagy Date: Mon, 4 Jul 2016 01:49:58 +0200 Subject: DM: Fix some comments --- engines/dm/gfx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/dm/gfx.h') diff --git a/engines/dm/gfx.h b/engines/dm/gfx.h index 50a6d5e267..785899b681 100644 --- a/engines/dm/gfx.h +++ b/engines/dm/gfx.h @@ -544,7 +544,7 @@ public: uint16 getPixelHeight(uint16 index); - void f99_copyBitmapAndFlipHorizontal(byte *srcBitmap, byte *destBitmap, uint16 byteWidth, uint16 height); + void f99_copyBitmapAndFlipHorizontal(byte *srcBitmap, byte *destBitmap, uint16 byteWidth, uint16 height); // @ F0099_DUNGEONVIEW_CopyBitmapAndFlipHorizontal /* srcHeight and destHeight are not necessary for blitting, only error checking, thus they are defaulted for existing code which -- cgit v1.2.3