@@ -141,7 +141,7 @@ int32_t flushkeystrokes_local(struct rogue_state *rs,int32_t waitflag)
|
|||||||
fprintf(stderr," first part rnd.%d\n",rnd(1000));
|
fprintf(stderr," first part rnd.%d\n",rnd(1000));
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
}
|
}
|
||||||
roguefname(fname,rs->seed,rs->counter);
|
roguefname(fname,rs->seed,rs->counter+1);
|
||||||
if ( (fp= fopen(fname,"wb")) != 0 ) // truncate next file
|
if ( (fp= fopen(fname,"wb")) != 0 ) // truncate next file
|
||||||
fclose(fp);
|
fclose(fp);
|
||||||
//fprintf(stderr,"savefile <- %s retflag.%d\n",fname,retflag);
|
//fprintf(stderr,"savefile <- %s retflag.%d\n",fname,retflag);
|
||||||
|
|||||||
@@ -1315,7 +1315,7 @@ UniValue rogue_gameinfo(uint64_t txfee,struct CCcontract_info *cp,cJSON *params)
|
|||||||
rogue_gameplayerinfo(cp,obj,txid,tx,i+1,maxplayers,myrogueaddr);
|
rogue_gameplayerinfo(cp,obj,txid,tx,i+1,maxplayers,myrogueaddr);
|
||||||
a.push_back(obj);
|
a.push_back(obj);
|
||||||
}
|
}
|
||||||
else
|
else if ( 0 )
|
||||||
{
|
{
|
||||||
sprintf(str,"vout %d+1 is unspent",i);
|
sprintf(str,"vout %d+1 is unspent",i);
|
||||||
result.push_back(Pair("unspent",str));
|
result.push_back(Pair("unspent",str));
|
||||||
|
|||||||
Reference in New Issue
Block a user