Skip to content
Permalink
Browse files
Added comment
  • Loading branch information
hortonr6 committed Aug 10, 2019
1 parent 59e0463 commit 073d937dd78315ff6423601fb69dd7e15cfe1e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 AI.cpp
@@ -3,7 +3,7 @@
AI::AI()
{
// Constructor
srand (time(NULL));
srand (time(NULL)); // Seeds random number generation
}

void AI::setTargetGrid(Grid *grid)

0 comments on commit 073d937

Please sign in to comment.