mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
Drascula: add more pic-related debug output.
svn-id: r49708
This commit is contained in:
parent
b743cc316e
commit
27c27c82b1
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user