This commit is contained in:
@@ -152,6 +152,7 @@ int32_t games_replay2(uint8_t *newdata,uint64_t seed,gamesevent *keystrokes,int3
|
|||||||
}
|
}
|
||||||
n = rs->playersize;
|
n = rs->playersize;
|
||||||
free(rs);
|
free(rs);
|
||||||
|
fprintf(stderr,"score.%d level.%d\n",tg->points,tg->level);
|
||||||
return(n);
|
return(n);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -709,7 +709,7 @@ void *gamesiterate(struct games_state *rs)
|
|||||||
if ( skipcount == 0 )
|
if ( skipcount == 0 )
|
||||||
{
|
{
|
||||||
c = games_readevent(rs);
|
c = games_readevent(rs);
|
||||||
fprintf(stderr,"%04x score.%d level.%d\n",c,tg->points,tg->level);
|
//fprintf(stderr,"%04x score.%d level.%d\n",c,tg->points,tg->level);
|
||||||
if ( (c & 0x4000) == 0x4000 )
|
if ( (c & 0x4000) == 0x4000 )
|
||||||
{
|
{
|
||||||
skipcount = (c & 0x3fff);
|
skipcount = (c & 0x3fff);
|
||||||
|
|||||||
Reference in New Issue
Block a user