remove and transfer INVISIBLE_OBJECTS to branch

This commit is contained in:
Derek S. Ray
2015-02-17 13:58:27 -05:00
committed by Sean Hunt
parent 5ee52039ca
commit 4dddb97301
15 changed files with 12 additions and 133 deletions

View File

@@ -854,9 +854,6 @@ register struct obj *obj;
/* can now see invisible monsters */
set_mimic_blocking(); /* do special mimic handling */
see_monsters();
#ifdef INVISIBLE_OBJECTS
see_objects();
#endif
if (Invis && !oldprop && !HSee_invisible && !Blind) {
newsym(u.ux,u.uy);
@@ -966,9 +963,6 @@ boolean gone;
if (!See_invisible) {
set_mimic_blocking(); /* do special mimic handling */
see_monsters();
#ifdef INVISIBLE_OBJECTS
see_objects();
#endif
}
if (Invisible && !Blind) {