This commit is contained in:
jl777
2019-03-06 00:22:33 -11:00
parent 3658afd11c
commit 29961e50b0

View File

@@ -1431,7 +1431,7 @@ rs_write_object(struct rogue_state *rs,FILE *savef, THING *o)
return(WRITESTAT);
if ( thing_find(o) < 0 )
{
fprintf(stderr,"cant find thing.%p in list\n",o);
fprintf(stderr,"cant find thing.%p in list\n",o); sleep(3);
return(0);
}
if ( o->_o._o_packch != 0 )