-flip
This commit is contained in:
@@ -913,8 +913,8 @@ gamesevent *games_keystrokesload(int32_t *numkeysp,uint64_t seed,int32_t counter
|
||||
}
|
||||
fclose(fp);
|
||||
num += (int32_t)(fsize / sizeof(gamesevent));
|
||||
for (i=0; i<num; i++)
|
||||
keystrokes[i] = games_revendian(keystrokes[i]);
|
||||
//for (i=0; i<num; i++)
|
||||
// keystrokes[i] = games_revendian(keystrokes[i]);
|
||||
counter++;
|
||||
//fprintf(stderr,"loaded %ld from (%s) total %d\n",fsize,fname,num);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user