Force keystrokes

This commit is contained in:
jl777
2019-02-24 08:19:09 -11:00
parent 4dcef6624b
commit b88129c21c

View File

@@ -567,6 +567,8 @@ playit(struct rogue_state *rs)
}
}
}
if ( rs->guiflag != 0 )
flushkeystrokes(rs);
endit(0);
}