Skip to content

Commit

Permalink
TONY: Remove debug message from last commit. Oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
Torbjörn Andersson committed Jul 19, 2013
1 parent c44d6ae commit da17953
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engines/tony/gfxcore.cpp
Expand Up @@ -1866,7 +1866,6 @@ void RMGfxSourceBuffer8RLEWordAA::draw(CORO_PARAM, RMGfxTargetBuffer &bigBuf, RM
}

int RMGfxSourceBuffer8RLEWordAA::init(const byte *buf, int dimx, int dimy, bool bLoadPalette) {
debug("Hello!!!");
return RMGfxSourceBuffer8RLE::init(buf, dimx, dimy, bLoadPalette);
}

Expand Down

0 comments on commit da17953

Please sign in to comment.