This commit is contained in:
jl777
2019-03-26 09:21:06 -11:00
parent 5abd8a9207
commit 701f7027f5

View File

@@ -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;