From 4f78e0be9355702e48ec8ed67c82febbf05671cb Mon Sep 17 00:00:00 2001 From: William Bracho Blok Date: Mon, 12 Oct 2015 17:19:29 -0500 Subject: [PATCH] Update main.cpp --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 52ae27b..4cac03e 100644 --- a/main.cpp +++ b/main.cpp @@ -107,7 +107,7 @@ class Board int temp = boardArray[x][y]; - if (temp == '_') + else if (temp == '_') { cout<<"there's no piece in that spot you dumbass!"<