summaryrefslogtreecommitdiff
path: root/src/z-rand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/z-rand.h')
-rw-r--r--src/z-rand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/z-rand.h b/src/z-rand.h
index 6ff2dc64..39cc958c 100644
--- a/src/z-rand.h
+++ b/src/z-rand.h
@@ -71,7 +71,7 @@ extern "C" {
/**** Available Variables ****/
-extern bool Rand_quick;
+extern bool_ Rand_quick;
extern u32b Rand_value;
extern u16b Rand_place;
extern u32b Rand_state[RAND_DEG];