From 073d937dd78315ff6423601fb69dd7e15cfe1e4f Mon Sep 17 00:00:00 2001 From: "Richard Horton (hortonr6)" Date: Sun, 11 Aug 2019 00:08:17 +0100 Subject: [PATCH] Added comment --- AI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI.cpp b/AI.cpp index b27c032..097458e 100644 --- a/AI.cpp +++ b/AI.cpp @@ -3,7 +3,7 @@ AI::AI() { // Constructor - srand (time(NULL)); + srand (time(NULL)); // Seeds random number generation } void AI::setTargetGrid(Grid *grid)