Remove flush from bailout
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user