Update main.cpp
This commit is contained in:
parent
b6c6d31f09
commit
4f78e0be93
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
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!"<<endl;
|
||||
}
|
||||
|
|
Reference in a new issue