This commit is contained in:
jl777
2019-03-26 02:01:32 -11:00
parent 3a6db6cc71
commit 7604ee3697

View File

@@ -966,9 +966,9 @@ char *games_keystrokesload(int32_t *numkeysp,uint64_t seed,int32_t counter)
void games_exit() void games_exit()
{ {
uint32_t counter; uint32_t counter;
resetltchars(); //resetltchars();
if ( globalR.guiflag != 0 || globalR.sleeptime != 0 ) if ( globalR.guiflag != 0 || globalR.sleeptime != 0 )
exit(st); exit(0);
else if ( counter++ < 10 ) else if ( counter++ < 10 )
{ {
fprintf(stderr,"would have exit.(%d) sleeptime.%d\n",st,globalR.sleeptime); fprintf(stderr,"would have exit.(%d) sleeptime.%d\n",st,globalR.sleeptime);