summaryrefslogtreecommitdiff
path: root/comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'comp.c')
-rw-r--r--comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/comp.c b/comp.c
index 4932e37..e2449e8 100644
--- a/comp.c
+++ b/comp.c
@@ -7,7 +7,7 @@
#include <stdbool.h>
#include <stdlib.h>
-int horizontal_stdev = 24, vertical_stdev = 24;
+double horizontal_stdev = 24, vertical_stdev = 24;
double drand()
{