summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/random-var.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2013-02-04 00:35:59 +0100
committerRaphael Langella <raphael.langella@gmail.com>2013-02-04 00:35:59 +0100
commite7b8e4d77caa2b4cba42ba8a9d2d6cd32822eac9 (patch)
treee9f47d5de895b9179aed3c6de2d7f0eab2f75adf /crawl-ref/source/random-var.h
parent9811db10b4ccd85d4a5d15f200bc245e89c8421c (diff)
downloadcrawl-ref-e7b8e4d77caa2b4cba42ba8a9d2d6cd32822eac9.tar.gz
crawl-ref-e7b8e4d77caa2b4cba42ba8a9d2d6cd32822eac9.zip
Fix bat form unarmed delay display being randomised.
Diffstat (limited to 'crawl-ref/source/random-var.h')
-rw-r--r--crawl-ref/source/random-var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/random-var.h b/crawl-ref/source/random-var.h
index 7b2f305f0b..c21f2aaed7 100644
--- a/crawl-ref/source/random-var.h
+++ b/crawl-ref/source/random-var.h
@@ -46,6 +46,7 @@ random_var operator-(const random_var& x, const random_var& y);
const random_var& operator+=(random_var& x, const random_var& y);
const random_var& operator-=(random_var& x, const random_var& y);
random_var operator/(const random_var& x, int d);
+random_var operator*(const random_var& x, int d);
random_var div_rand_round(const random_var& x, int d);
namespace rv