remove and transfer INVISIBLE_OBJECTS to branch

This commit is contained in:
Derek S. Ray
2015-03-17 18:46:49 +02:00
committed by Pasi Kallinen
parent 8fa8e02415
commit 66289b13ab
15 changed files with 12 additions and 133 deletions
-3
View File
@@ -1266,9 +1266,6 @@ boolean telekinesis; /* not picking it up directly by hand */
/* In case of auto-pickup, where we haven't had a chance
to look at it yet; affects docall(SCR_SCARE_MONSTER). */
if (!Blind)
#ifdef INVISIBLE_OBJECTS
if (!obj->oinvis || See_invisible)
#endif
obj->dknown = 1;
if (obj == uchain) { /* do not pick up attached chain */