mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 13:50:13 +00:00
Disable some (quite chatty) debug output - the savegme system looks stable enough
svn-id: r39801
This commit is contained in:
parent
6fe12a0888
commit
44443badc5
@ -707,6 +707,7 @@ static void reconstruct_clones(EngineState *s, SegManager *self) {
|
||||
int j;
|
||||
CloneEntry *seeker = mobj->data.clones.table;
|
||||
|
||||
/*
|
||||
sciprintf("Free list: ");
|
||||
for (j = mobj->data.clones.first_free; j != HEAPENTRY_INVALID; j = mobj->data.clones.table[j].next_free) {
|
||||
sciprintf("%d ", j);
|
||||
@ -719,6 +720,7 @@ static void reconstruct_clones(EngineState *s, SegManager *self) {
|
||||
sciprintf("%d ", j);
|
||||
}
|
||||
sciprintf("\n");
|
||||
*/
|
||||
|
||||
for (j = 0; j < mobj->data.clones.max_entry; j++) {
|
||||
Object *base_obj;
|
||||
|
Loading…
Reference in New Issue
Block a user