Remove flush from bailout

This commit is contained in:
jl777
2019-02-11 01:33:02 -11:00
parent c888efeef5
commit d7f1ab8365

View File

@@ -211,8 +211,8 @@ int32_t flushkeystrokes(struct rogue_state *rs)
void rogue_bailout(struct rogue_state *rs)
{
char cmd[512];
flushkeystrokes(rs);
sleep(5);
//flushkeystrokes(rs);
//sleep(5);
fprintf(stderr,"bailing out\n");
sprintf(cmd,"./komodo-cli -ac_name=ROGUE cclib bailout 17 \\\"[%%22%s%%22]\\\" >> bailout.log",Gametxidstr);
if ( system(cmd) != 0 )