diff --git a/src/cc/rogue/main.c b/src/cc/rogue/main.c index 5e79e399e..6b466e9a0 100644 --- a/src/cc/rogue/main.c +++ b/src/cc/rogue/main.c @@ -765,7 +765,7 @@ void rogue_progress(struct rogue_state *rs,int32_t waitflag,uint64_t seed,char * } // extract and get keystrokes field and compare it to pastkeys // if not matching... panic? - if ( (pastkeys= rogue_keystrokesload(&numpastkeys,seed,1)) != 0 ) + if ( 0 && (pastkeys= rogue_keystrokesload(&numpastkeys,seed,1)) != 0 ) { free(pastkeys); }