This commit is contained in:
jl777
2019-02-18 00:53:23 -11:00
parent 562e99fc96
commit 437af05de6

View File

@@ -259,7 +259,7 @@ int32_t num_packitems()
total += list->o_count;
}
}
fprintf(stderr,"total.%d vs %d inventory letters\n",total,n);
fprintf(stderr,"total.%d vs %d inventory letters\n",total,n); sleep(1);
return(n);
}