aboutsummaryrefslogtreecommitdiff
path: root/weasel.c
diff options
context:
space:
mode:
Diffstat (limited to 'weasel.c')
-rw-r--r--weasel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/weasel.c b/weasel.c
index b2fb6f4..4e41160 100644
--- a/weasel.c
+++ b/weasel.c
@@ -136,7 +136,7 @@ printpopulation(struct creature *best)
int n;
move(0, 0);
- printw("%1.3f\t%s\n\n", 1.0, aim);
+ printw("%1.3f\t%s\n\n", average, aim);
for (n = 0; n < population; n++) {
printcreature(generation[n]);