summaryrefslogtreecommitdiff
path: root/src/q_fireprof.cc
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:30 +0200
committerBardur Arantsson <bardur@scientician.net>2018-03-25 20:07:30 +0200
commitc1f543b3fc5cd33bac2f13ed35b2cf2ef066a55e (patch)
treeadf58fc9cd4747e8b8679bd16fb91337cc76bd86 /src/q_fireprof.cc
parentb355b72cb0a76a5219e6dec5529cc200d4d1add9 (diff)
Auto-identify items on walk-over
Diffstat (limited to 'src/q_fireprof.cc')
-rw-r--r--src/q_fireprof.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_fireprof.cc b/src/q_fireprof.cc
index 26bf75af..abe4c1b5 100644
--- a/src/q_fireprof.cc
+++ b/src/q_fireprof.cc
@@ -215,8 +215,8 @@ static bool_ fireproof()
}
/* id and notice it */
- object_known(obj3);
object_aware(obj3);
+ object_known(obj3);
return TRUE;
}