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:
parent
4a0bb3c5c7
commit
4bdb0c8e88
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user