1
0
Fork 0
This commit is contained in:
me 2022-01-25 17:46:08 +03:30
parent 17778ec594
commit c3aee84c67
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ int main(int argc,char** argv){
input=getch();
if(input=='h'){
computer[1]=0;
sides[0]='h';
sides[1]='h';
printw("Human.\n");
}
else{