Save params in keystrokes.log

This commit is contained in:
jl777
2019-02-24 18:27:26 -11:00
parent c5930804ab
commit 54ee605f7f

View File

@@ -731,6 +731,7 @@ void rogue_progress(struct rogue_state *rs,uint64_t seed,char *keystrokes,int32_
{
if ( fp != 0 )
{
fprintf(fp,"%s\n",params);
fprintf(fp,"%s\n",retstr);
fflush(fp);
}