Sleeptime var

This commit is contained in:
jl777
2019-02-02 08:50:12 -11:00
parent 45be9c6188
commit 5e7e41735e
4 changed files with 9 additions and 7 deletions

View File

@@ -318,7 +318,7 @@ struct rogue_state
uint64_t seed;
char *keystrokes;
uint32_t needflush,replaydone;
int32_t numkeys,ind,num,guiflag,counter;
int32_t numkeys,ind,num,guiflag,counter,sleeptime;
char buffered[512];
};