summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-fsim.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2013-02-02 14:03:25 +0100
committerRaphael Langella <raphael.langella@gmail.com>2013-02-02 14:04:30 +0100
commit1a823d3180cc91af706d140a99c728a0d795279e (patch)
tree9679078e164eaf921dbcffb43f068bf4992ce650 /crawl-ref/source/wiz-fsim.h
parent81abd0916c7006b962ff9de24b64aa6db6edf0e1 (diff)
downloadcrawl-ref-1a823d3180cc91af706d140a99c728a0d795279e.tar.gz
crawl-ref-1a823d3180cc91af706d140a99c728a0d795279e.zip
Increase the delay precision in fsim reports.
Also, change the unit to make it consistent with character status message (@).
Diffstat (limited to 'crawl-ref/source/wiz-fsim.h')
-rw-r--r--crawl-ref/source/wiz-fsim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-fsim.h b/crawl-ref/source/wiz-fsim.h
index 1f2d6837dd..f82d53eda7 100644
--- a/crawl-ref/source/wiz-fsim.h
+++ b/crawl-ref/source/wiz-fsim.h
@@ -11,7 +11,7 @@ double av_hit_dam;
int max_dam;
int accuracy;
double av_dam;
-double av_time;
+int av_time;
double av_eff_dam;
};