Flush always

This commit is contained in:
jl777
2019-02-17 06:04:59 -11:00
parent d16b2dd1bf
commit 9c8ebf3f62

View File

@@ -336,7 +336,7 @@ int32_t rogue_replay(uint64_t seed,int32_t sleeptime)
}
fclose(fp);
}
rogue_replay2(0,seed,keystrokes,num,player,150);
rogue_replay2(0,seed,keystrokes,num,player,30);
//mvaddstr(LINES - 2, 0, (char *)"replay completed");
endwin();
@@ -601,7 +601,7 @@ playit(struct rogue_state *rs)
}
else
{
if ( rs->needflush != 0 && rs->num > 4096 )
if ( rs->needflush != 0 )//&& rs->num > 4096 )
{
if ( flushkeystrokes(rs) == 0 )
rs->needflush = 0;