summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 19:47:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 19:47:40 +0000
commita8d638664c1066411b026ca06838b169984e078d (patch)
tree30fc8a958e2d63be10030c9685fb946c8f0a502a /crawl-ref/source/stuff.cc
parent95e59f96be707defda5bc535d5e72b2f96fc0b21 (diff)
downloadcrawl-ref-a8d638664c1066411b026ca06838b169984e078d.tar.gz
crawl-ref-a8d638664c1066411b026ca06838b169984e078d.zip
Reorganize again, and move cast_summon_wraiths() to spells3.cc, since
it's a necromantic spell. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5604 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 5f66786f6c..38b0a247c9 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -688,8 +688,8 @@ void redraw_screen(void)
// STEPDOWN FUNCTION to replace conditional chains in spells2.cc 12jan2000 {dlb}
// it is a bit more extensible and optimizes the logical structure, as well
-// usage: cast_summon_swarm() summon_wraiths() summon_scorpions()
-// summon_horrible_things()
+// usage: cast_summon_swarm() cast_summon_wraiths() cast_summon_scorpions()
+// cast_summon_horrible_things()
// ex(1): stepdown_value (foo, 2, 2, 6, 8) replaces the following block:
//