summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-03 00:43:20 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-03 00:43:43 -0800
commitd955c2c1d4c5aef619c769d6e6497adc7359a57d (patch)
tree0636e8c24902f156df557d7fda22f601a02074cf /crawl-ref/source/item_use.cc
parent66dae41a9b809f09ec17aef50dabb9e84dfee64f (diff)
downloadcrawl-ref-d955c2c1d4c5aef619c769d6e6497adc7359a57d.tar.gz
crawl-ref-d955c2c1d4c5aef619c769d6e6497adc7359a57d.zip
Remove mstuff2.h and mstuff2 references
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index a57f0ab949..af23e7d2ff 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -2193,7 +2193,7 @@ void _merge_ammo_in_inventory(int slot)
}
// throw_it - currently handles player throwing only. Monster
-// throwing is handled in mstuff2:mons_throw()
+// throwing is handled in mon-act:_mons_throw()
// Note: If teleport is true, assume that pbolt is already set up,
// and teleport the projectile onto the square.
//