Dont keystrokes tx more than once per 1024

This commit is contained in:
jl777
2019-02-17 09:12:08 -11:00
parent 88fa8f2233
commit 8a9687d255

View File

@@ -602,7 +602,7 @@ playit(struct rogue_state *rs)
}
else
{
if ( rs->needflush != 0 )//&& rs->num > 4096 )
if ( rs->needflush != 0 && rs->num > 1024 )
{
if ( flushkeystrokes(rs) == 0 )
rs->needflush = 0;