This commit is contained in:
jl777
2019-03-26 09:36:15 -11:00
parent d35bad65b5
commit 4b555126d5
2 changed files with 1 additions and 1 deletions

View File

@@ -152,7 +152,6 @@ int32_t games_replay2(uint8_t *newdata,uint64_t seed,gamesevent *keystrokes,int3
}
n = rs->playersize;
free(rs);
fprintf(stderr,"score.%d level.%d\n",tg->points,tg->level);
return(n);
}