diff --git a/ampersand.c b/ampersand.c index 35431c3..806f6bc 100644 --- a/ampersand.c +++ b/ampersand.c @@ -14,8 +14,8 @@ int main() { if ((int) arr % 32 != 0) { currentPlayer = 1; } else currentPlayer = 0; - int end; - int faul; + int end = 0; + int faul = 0; printf("\n------------------------------------------\n"); printf("Ampersand Tic-Tac-Toe (Feet not included.)\n"); printf("Very lightweight Tic-Tac-Toe remake.\n");