mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-06 02:46:49 +00:00
changed printf to debug
svn-id: r6883
This commit is contained in:
parent
69723edd1e
commit
6dd0b2d9bb
@ -1620,7 +1620,7 @@ void Scumm::allocateArrays() {
|
||||
_inventory = (uint16 *)calloc(_numInventory, sizeof(uint16));
|
||||
_verbs = (VerbSlot *)calloc(_numVerbs, sizeof(VerbSlot));
|
||||
_objs = (ObjectData *)calloc(_numLocalObjects, sizeof(ObjectData));
|
||||
printf("Allocated %d space in numObjects\n", _numLocalObjects);
|
||||
debug(2, "Allocated %d space in numObjects\n", _numLocalObjects);
|
||||
_vars = (int32 *)calloc(_numVariables, sizeof(int32));
|
||||
_bitVars = (byte *)calloc(_numBitVariables >> 3, 1);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user