summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-02 01:27:35 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-02 01:27:35 +0000
commitb25ae7e8415ddad82b897eb33bf22c31431ed926 (patch)
treefa6c223748c4d6f72770bf0cce4293e6ba44904b /crawl-ref/source/enum.h
parent695043d0e495b29b0a7aa9e24acd93bdbf2e3e9f (diff)
downloadcrawl-ref-b25ae7e8415ddad82b897eb33bf22c31431ed926.tar.gz
crawl-ref-b25ae7e8415ddad82b897eb33bf22c31431ed926.zip
Add still more comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5424 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 873fb760cf..1e9d0337ed 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -511,7 +511,7 @@ enum command_type
CMD_ANNOTATE_LEVEL,
- /* overmap commands */
+ // overmap commands
CMD_MAP_CLEAR_MAP,
CMD_MAP_ADD_WAYPOINT,
CMD_MAP_EXCLUDE_AREA,
@@ -555,7 +555,7 @@ enum command_type
CMD_MAP_EXIT_MAP,
- /* targeting commands */
+ // targeting commands
CMD_TARGET_DOWN_LEFT,
CMD_TARGET_DOWN,
CMD_TARGET_DOWN_RIGHT,