Add/remove comments.

svn-id: r45306
This commit is contained in:
Travis Howell 2009-10-21 13:21:26 +00:00
parent 746258f882
commit bb0cee730e
2 changed files with 1 additions and 2 deletions

View File

@ -738,6 +738,7 @@ byte NESCostumeRenderer::drawLimb(const Actor *a, int limb) {
}
byte PCEngineCostumeRenderer::drawLimb(const Actor *a, int limb) {
// TODO
return 0;
}

View File

@ -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;