mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-20 17:03:05 +00:00
Remove debug printfs :)
svn-id: r4207
This commit is contained in:
parent
7bee21d0a2
commit
3eb0ba3da4
7
gfx.cpp
7
gfx.cpp
@ -768,13 +768,13 @@ void Gdi::drawBitmap(byte *ptr, VirtScreen * vs, int x, int y, int h,
|
||||
else
|
||||
decompressMaskImg();
|
||||
}
|
||||
printf("numzbuf: %d\n", numzbuf);
|
||||
|
||||
for (i = 1; i < numzbuf; i++) {
|
||||
uint16 offs;
|
||||
|
||||
if (!zplane_list[i])
|
||||
continue;
|
||||
printf("zbuf %d\n", i);
|
||||
|
||||
if (_vm->_features & GF_SMALL_HEADER)
|
||||
if (_vm->_features & GF_OLD256)
|
||||
offs = READ_LE_UINT16(zplane_list[i] + stripnr * 2 + 4);
|
||||
@ -2294,8 +2294,7 @@ byte Scumm::isMaskActiveAt(int l, int t, int r, int b, byte *mem)
|
||||
|
||||
do {
|
||||
for (i = 0; i <= w; i++)
|
||||
if (mem[i]) {
|
||||
//printf("memi is %d\n", mem[i]);
|
||||
if (mem[i]) {
|
||||
return true;
|
||||
}
|
||||
mem += 40;
|
||||
|
Loading…
x
Reference in New Issue
Block a user