This commit is contained in:
jl777
2019-02-27 03:15:49 -11:00
parent cc08fcbf12
commit 16341e10bc
2 changed files with 22 additions and 28 deletions

View File

@@ -361,10 +361,8 @@ typedef union _bits256 bits256;
struct rogue_state
{
uint256 keytxid;
CTransaction keystrokestx;
uint64_t seed;
char *keystrokes;
char *keystrokes,*keystrokeshex;
uint32_t needflush,replaydone;
int32_t numkeys,ind,num,guiflag,counter,sleeptime,playersize,restoring,lastnum;
struct rogue_player P;