1
0
mirror of https://github.com/abakh/nbsdgames synced 2025-05-04 14:39:32 -04:00
This commit is contained in:
me 2022-01-25 17:46:08 +03:30
parent 17778ec594
commit c3aee84c67

@ -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{