This commit is contained in:
jl777
2019-03-06 00:41:27 -11:00
parent 5c46f7488e
commit 26078cf4ab
2 changed files with 5 additions and 1 deletions

View File

@@ -467,7 +467,7 @@ get_item(struct rogue_state *rs,char *purpose, int type)
}
else
{
if ( thing_find(obj) < 0 )
if ( 0 && thing_find(obj) < 0 )
{
fprintf(stderr,"cant find thing.%p in list\n",obj); sleep(3);
return(NULL);