summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 17:46:11 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-15 17:46:11 +0000
commit17031358b36fa9c1e34b7edcc73fecaeeb06a22d (patch)
tree6a6f3f27dfec9742d700819080d942ed90c48d80 /crawl-ref/source/externs.h
parentaa350127a0062a79836e7490d55381e7a09f9b77 (diff)
downloadcrawl-ref-17031358b36fa9c1e34b7edcc73fecaeeb06a22d.tar.gz
crawl-ref-17031358b36fa9c1e34b7edcc73fecaeeb06a22d.zip
Add miscellaneous minor fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5851 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index 8569d16c19..366aebf676 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -576,7 +576,7 @@ public:
double elapsed_time; // total amount of elapsed time in the game
- unsigned char synch_time; // amount to wait before calling handle_time
+ unsigned char synch_time; // amount to wait before calling handle_time()
unsigned char disease;