Disable auto bailout
This commit is contained in:
@@ -213,6 +213,7 @@ void rogue_bailout(struct rogue_state *rs)
|
|||||||
char cmd[512];
|
char cmd[512];
|
||||||
//flushkeystrokes(rs);
|
//flushkeystrokes(rs);
|
||||||
//sleep(5);
|
//sleep(5);
|
||||||
|
return;
|
||||||
fprintf(stderr,"bailing out\n");
|
fprintf(stderr,"bailing out\n");
|
||||||
sprintf(cmd,"./komodo-cli -ac_name=ROGUE cclib bailout 17 \\\"[%%22%s%%22]\\\" >> bailout.log",Gametxidstr);
|
sprintf(cmd,"./komodo-cli -ac_name=ROGUE cclib bailout 17 \\\"[%%22%s%%22]\\\" >> bailout.log",Gametxidstr);
|
||||||
if ( system(cmd) != 0 )
|
if ( system(cmd) != 0 )
|
||||||
|
|||||||
Reference in New Issue
Block a user