summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/options.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2014-01-15 00:29:26 +0100
committerRaphael Langella <raphael.langella@gmail.com>2014-01-15 00:31:36 +0100
commit9febb93398b4cd7959aba264390b83c9b3b598fa (patch)
tree4c6c6c61d60c35a6cd777d48559a0cb2aea5d3dd /crawl-ref/source/options.h
parent82ebfd5c76a5992f97b8d791dbaa3dff7ae99254 (diff)
downloadcrawl-ref-9febb93398b4cd7959aba264390b83c9b3b598fa.tar.gz
crawl-ref-9febb93398b4cd7959aba264390b83c9b3b598fa.zip
New option: fsim_csv
Unsurprisingly, it outputs the fsim data in csv format, for easier processing. Also rename the output file to fsim.txt (or fsim.csv).
Diffstat (limited to 'crawl-ref/source/options.h')
-rw-r--r--crawl-ref/source/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/options.h b/crawl-ref/source/options.h
index b9faee9c9b..3cde48aac0 100644
--- a/crawl-ref/source/options.h
+++ b/crawl-ref/source/options.h
@@ -380,6 +380,7 @@ public:
#ifdef WIZARD
// Parameters for fight simulations.
string fsim_mode;
+ bool fsim_csv;
int fsim_rounds;
string fsim_mons;
vector<string> fsim_scale;