summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/notes.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 11:06:37 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-25 11:06:37 +0000
commitc0ffbbbd4c02694d36300d7b94d2e033979f65e0 (patch)
tree955b5b8776474aa8de27d14868dd5d507168a5bd /crawl-ref/source/notes.h
parentb7848ff70f778998619a27b7b5df84f1ffe6225c (diff)
downloadcrawl-ref-c0ffbbbd4c02694d36300d7b94d2e033979f65e0.tar.gz
crawl-ref-c0ffbbbd4c02694d36300d7b94d2e033979f65e0.zip
More doc fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2556 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/notes.h')
-rw-r--r--crawl-ref/source/notes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/notes.h b/crawl-ref/source/notes.h
index ef4f794d05..8cfc929e77 100644
--- a/crawl-ref/source/notes.h
+++ b/crawl-ref/source/notes.h
@@ -30,7 +30,7 @@ enum NOTE_TYPES
NOTE_GET_MUTATION, /* needs: mutation idx */
NOTE_LOSE_MUTATION, /* needs: mutation idx */
NOTE_ID_ITEM, /* needs: item name (string) */
- NOTE_GET_ITEM, /* needs: item name (string) NOT HOOKED */
+ NOTE_GET_ITEM, /* needs: item name (string) */
NOTE_GAIN_SKILL, /* needs: skill id, level */
NOTE_SEEN_MONSTER, /* needs: monster name (string) */
NOTE_KILL_MONSTER, /* needs: monster name (string) */