1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2024-06-08 17:20:41 +00:00

didn't show gameplay

This commit is contained in:
Your Name 2021-05-01 03:27:10 +04:30
parent 4a0bb3c5c7
commit 4bdb0c8e88

View File

@ -262,7 +262,6 @@ void gameplay(void){
move(4,0);
printw("Eat the food and avoid the traps.\n");
refresh();
erase();
getch();
halfdelay(1);
}
@ -293,7 +292,6 @@ int main(int argc, char** argv){
puts("At least one of your given dimensions is either too small or too big.");
return EXIT_FAILURE;
}
}
else{
autoset=1;