This commit is contained in:
jl777
2019-02-02 07:52:41 -11:00
parent a30ff35a24
commit 7c6b1856d3
3 changed files with 2 additions and 5 deletions

View File

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