From bb0cee730ef14cd347fca6a9da2942e755bef693 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Wed, 21 Oct 2009 13:21:26 +0000 Subject: Add/remove comments. svn-id: r45306 --- engines/scumm/costume.cpp | 1 + engines/scumm/gfx.cpp | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/engines/scumm/costume.cpp b/engines/scumm/costume.cpp index f270cb94f5..5c9cf11ab8 100644 --- a/engines/scumm/costume.cpp +++ b/engines/scumm/costume.cpp @@ -738,6 +738,7 @@ byte NESCostumeRenderer::drawLimb(const Actor *a, int limb) { } byte PCEngineCostumeRenderer::drawLimb(const Actor *a, int limb) { + // TODO return 0; } diff --git a/engines/scumm/gfx.cpp b/engines/scumm/gfx.cpp index 5482a85014..14a781a0f6 100644 --- a/engines/scumm/gfx.cpp +++ b/engines/scumm/gfx.cpp @@ -2821,8 +2821,6 @@ void GdiPCEngine::decodePCEngineTileData(const byte *ptr) { free(tileOffsets); } -// 52, 1: 2 532 - void GdiPCEngine::drawStripPCEngine(byte *dst, byte *mask, int dstPitch, int stripnr, int top, int height) { uint16 tileIdx; byte *tile; -- cgit v1.2.3