Disable return0

This commit is contained in:
jl777
2019-03-26 05:57:58 -11:00
parent db01efa022
commit 2fda05a531
2 changed files with 1 additions and 6 deletions

View File

@@ -102,6 +102,7 @@ gamesevent games_readevent(struct games_state *rs)
int32_t games_replay2(uint8_t *newdata,uint64_t seed,gamesevent *keystrokes,int32_t num,struct games_player *player,int32_t sleepmillis)
{
struct games_state *rs; FILE *fp; int32_t i,n; void *ptr;
return(0);
rs = (struct games_state *)calloc(1,sizeof(*rs));
rs->seed = rs->origseed = seed;
rs->keystrokes = keystrokes;