Flush keystrokes every 1000

This commit is contained in:
jl777
2019-02-24 18:24:33 -11:00
parent b0735e2f32
commit c5930804ab

View File

@@ -560,7 +560,7 @@ playit(struct rogue_state *rs)
}
else
{
if ( rs->needflush != 0 && rs->num > 8000 )
if ( rs->needflush != 0 && rs->num > 1000 )
{
if ( flushkeystrokes(rs) == 0 )
rs->needflush = 0;