Skip to content
Snippets Groups Projects
Commit 973d76de authored by deuce's avatar deuce
Browse files

<mcmlxxix> deuce: quit prompt does not clear itself when you say no, and end...

<mcmlxxix> deuce: quit prompt does not clear itself when you say no, and end turn prompt does not clear itself no matter what you say
parent f2dcd32c
No related branches found
No related tags found
No related merge requests found
......@@ -2265,6 +2265,7 @@ function mainloop(ntn)
pfile.close();
turn_done = true;
}
stat.clear();
break;
case 'q' : /* quit */
stat.say("Quit? (Y/N/X) ");
......@@ -2279,6 +2280,7 @@ function mainloop(ntn)
file_remove(getpath(format(TURNFL, ntn)));
return;
}
stat.clear();
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment