mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 13:13:58 +00:00
Ooops, remove debug output.
svn-id: r19090
This commit is contained in:
parent
b6425d1cf8
commit
30b13e1206
@ -750,8 +750,6 @@ int ScummEngine::getResourceSize(int type, int idx) {
|
||||
}
|
||||
|
||||
byte *ScummEngine::getResourceAddress(int type, int idx) {
|
||||
printf("getResourceAddress: type %d idx %d\n", type, idx);
|
||||
|
||||
byte *ptr;
|
||||
|
||||
CHECK_HEAP
|
||||
@ -759,8 +757,6 @@ byte *ScummEngine::getResourceAddress(int type, int idx) {
|
||||
if (_heversion >= 80 && type == rtString)
|
||||
idx &= ~0x33539000;
|
||||
|
||||
printf("getResourceAddress2: type %d idx %d\n", type, idx);
|
||||
|
||||
if (!res.validateResource("getResourceAddress", type, idx))
|
||||
return NULL;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user