Browse Source

-print

z_createrawtransaction
jl777 5 years ago
parent
commit
140468d27d
  1. 2
      src/cc/dapps/dappstd.c
  2. 2
      src/cc/tetris.c

2
src/cc/dapps/dappstd.c

@ -1112,7 +1112,7 @@ int main(int argc, char **argv)
#endif // _WIN32
fprintf(stderr,"replay %llu\n",(long long)seed);
return(games_replay(seed,10));
return(games_replay(seed,3));
}
else
{

2
src/cc/tetris.c

@ -695,7 +695,7 @@ void *gamesiterate(struct games_state *rs)
if ( skipcount == 0 )
{
c = games_readevent(rs);
fprintf(stderr,"%04x\n",c);
//fprintf(stderr,"%04x\n",c);
if ( (c & 0x4000) == 0x4000 )
{
skipcount = (c & 0x3fff);

Loading…
Cancel
Save