summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-11 17:05:06 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2009-12-11 17:05:06 +0100
commit305b967be47c4c6d41f62e8d83852d3a36ec595e (patch)
treeef6c18371858e69fda153a9c2825aaa83dffbc07 /crawl-ref/source/command.h
parent4476ddab6e13bedbbd9291bb030fe70b117b4f47 (diff)
downloadcrawl-ref-305b967be47c4c6d41f62e8d83852d3a36ec595e.tar.gz
crawl-ref-305b967be47c4c6d41f62e8d83852d3a36ec595e.zip
Fix a comment.
Diffstat (limited to 'crawl-ref/source/command.h')
-rw-r--r--crawl-ref/source/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/command.h b/crawl-ref/source/command.h
index 9aab940469..eb5dafbc16 100644
--- a/crawl-ref/source/command.h
+++ b/crawl-ref/source/command.h
@@ -28,7 +28,7 @@ void list_commands(int hotkey = 0, bool do_redraw_screen = false);
int list_wizard_commands(bool do_redraw_screen = false);
#endif
-// XXX: Actually defined in acr.cc; we may want to move this to command.cc.
+// XXX: Actually defined in main.cc; we may want to move this to command.cc.
void process_command(command_type cmd);
#endif