Flush keystrokes every 1000
This commit is contained in:
@@ -560,7 +560,7 @@ playit(struct rogue_state *rs)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ( rs->needflush != 0 && rs->num > 8000 )
|
if ( rs->needflush != 0 && rs->num > 1000 )
|
||||||
{
|
{
|
||||||
if ( flushkeystrokes(rs) == 0 )
|
if ( flushkeystrokes(rs) == 0 )
|
||||||
rs->needflush = 0;
|
rs->needflush = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user