This commit is contained in:
@@ -1431,7 +1431,7 @@ rs_write_object(struct rogue_state *rs,FILE *savef, THING *o)
|
|||||||
return(WRITESTAT);
|
return(WRITESTAT);
|
||||||
if ( thing_find(o) < 0 )
|
if ( thing_find(o) < 0 )
|
||||||
{
|
{
|
||||||
fprintf(stderr,"cant find thing.%p in list\n",o); sleep(3);
|
fprintf(stderr,"cant find thing.%p (%s) in list\n",o,inv_name(o,FALSE)); sleep(3);
|
||||||
return(0);
|
return(0);
|
||||||
}
|
}
|
||||||
if ( o->_o._o_packch != 0 )
|
if ( o->_o._o_packch != 0 )
|
||||||
@@ -1483,7 +1483,6 @@ rs_write_object(struct rogue_state *rs,FILE *savef, THING *o)
|
|||||||
rs_write_int(savef, o->_o._o_flags);
|
rs_write_int(savef, o->_o._o_flags);
|
||||||
rs_write_int(savef, o->_o._o_group);
|
rs_write_int(savef, o->_o._o_group);
|
||||||
rs_write_string(savef, o->_o._o_label);
|
rs_write_string(savef, o->_o._o_label);
|
||||||
fprintf(stderr,"label.%p\n",o->_o._o_label);
|
|
||||||
return(WRITESTAT);
|
return(WRITESTAT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user