1
0
mirror of https://github.com/abakh/nbsdgames.git synced 2025-02-02 15:07:27 -05: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); move(4,0);
printw("Eat the food and avoid the traps.\n"); printw("Eat the food and avoid the traps.\n");
refresh(); refresh();
erase();
getch(); getch();
halfdelay(1); 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."); puts("At least one of your given dimensions is either too small or too big.");
return EXIT_FAILURE; return EXIT_FAILURE;
} }
} }
else{ else{
autoset=1; autoset=1;