ref: 5c2a74d89740b674fc52691f28316950d633225f
parent: 00c3b810d8c176ee6242799ab6df8e64696280bd
author: Anthony House <tuffant21@aim.com>
date: Sat Nov 24 09:54:34 EST 2018
trying to find the bug
--- a/mutate.c
+++ b/mutate.c
@@ -17,7 +17,6 @@
mut_int(int* in_val, int *round)
{
dolog("Round: %d", *round);
- dolog("ROUND_NUM: %d", ROUND_NUM);
if(*round == ROUND_NUM)
{
*in_val = rand();