about summary refs log tree commit diff
path: root/sol.c
diff options
context:
space:
mode:
Diffstat (limited to 'sol.c')
-rw-r--r--sol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sol.c b/sol.c
index 3aba0c5..6f6f434 100644
--- a/sol.c
+++ b/sol.c
@@ -429,6 +429,7 @@ int main(void) {
 	}
 	Cards_Free(cards);
 
+	srand(time(NULL));
 	gameDeal();
 
 	for (;;) {