Drascula: add more pic-related debug output.

svn-id: r49708
This commit is contained in:
Eugene Sandulenko 2010-06-15 10:20:10 +00:00
parent b743cc316e
commit 27c27c82b1

View File

@ -90,6 +90,8 @@ void DrasculaEngine::moveCursor() {
}
void DrasculaEngine::loadPic(const char *NamePcc, byte *targetSurface, int colorCount) {
debug(5, "loadPic(%s)", NamePcc);
uint dataSize = 0;
byte *pcxData;