mirror of
https://github.com/abakh/nbsdgames.git
synced 2025-02-02 15:07:27 -05:00
Fix gameplay description not working in miketron
This commit is contained in:
parent
5ff99554c7
commit
f5c2fcb32b
@ -348,8 +348,8 @@ void gameplay(void){
|
||||
printw("survive explosions but cannot cross the trail it has\n");
|
||||
printw("left behind. Keep it running as much as you can.");
|
||||
refresh();
|
||||
erase();
|
||||
getch();
|
||||
erase();
|
||||
halfdelay(1);
|
||||
}
|
||||
void sigint_handler(int x){
|
||||
@ -493,6 +493,8 @@ int main(int argc, char** argv){
|
||||
}
|
||||
if( input == KEY_F(1) || input=='?' )
|
||||
help();
|
||||
if( input == KEY_F(2) )
|
||||
gameplay();
|
||||
halfspeed=!halfspeed;
|
||||
if( (input=='k' || input==KEY_UP) ){
|
||||
direction=UP;
|
||||
|
Loading…
x
Reference in New Issue
Block a user