aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
diff options
context:
space:
mode:
authorTravis Howell2009-10-21 13:21:26 +0000
committerTravis Howell2009-10-21 13:21:26 +0000
commitbb0cee730ef14cd347fca6a9da2942e755bef693 (patch)
tree355847aa9db649b662618db016d9553c62577eca /engines/scumm
parent746258f882b74cea1c5d5a34ef6c67e0669cdf09 (diff)
downloadscummvm-rg350-bb0cee730ef14cd347fca6a9da2942e755bef693.tar.gz
scummvm-rg350-bb0cee730ef14cd347fca6a9da2942e755bef693.tar.bz2
scummvm-rg350-bb0cee730ef14cd347fca6a9da2942e755bef693.zip
Add/remove comments.
svn-id: r45306
Diffstat (limited to 'engines/scumm')
-rw-r--r--engines/scumm/costume.cpp1
-rw-r--r--engines/scumm/gfx.cpp2
2 files changed, 1 insertions, 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;