mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 20:34:12 +00:00
This looks like a mistake to me...
svn-id: r17391
This commit is contained in:
parent
862e03da66
commit
f8c0d3ebf4
@ -118,7 +118,7 @@ void dbg_dumpStaticScenery(Scen_Static * st) {
|
||||
|
||||
log_write
|
||||
("destX = %d, destY = %d, transparency = %d\n",
|
||||
ptr->destX, ptr->destY, (char *)ptr->transp);
|
||||
ptr->destX, ptr->destY, ptr->transp);
|
||||
}
|
||||
}
|
||||
log_write("----------\n\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user