summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-06 09:11:59 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-06 09:11:59 -0800
commit43c4410a02f51249b716632ca5c0d44a8c81adc9 (patch)
treed7471365446ae51a11afc6c0be1741b08a2184a9 /crawl-ref/source/player.h
parent70d52f5b11771d5b27692510e057e88362c371f3 (diff)
downloadcrawl-ref-43c4410a02f51249b716632ca5c0d44a8c81adc9.tar.gz
crawl-ref-43c4410a02f51249b716632ca5c0d44a8c81adc9.zip
Clarify role of you.elapsed_time
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 147572a053..29f4102bb1 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -53,6 +53,7 @@ public:
unsigned short unrand_reacts;
double elapsed_time; // total amount of elapsed time in the game
+ // This is NOT a fraction; double is merely used as a portable long long here
unsigned char synch_time; // amount to wait before calling handle_time()