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); fclose(fp);
num += (int32_t)(fsize / sizeof(gamesevent)); num += (int32_t)(fsize / sizeof(gamesevent));
for (i=0; i<num; i++) //for (i=0; i<num; i++)
keystrokes[i] = games_revendian(keystrokes[i]); // keystrokes[i] = games_revendian(keystrokes[i]);
counter++; counter++;
//fprintf(stderr,"loaded %ld from (%s) total %d\n",fsize,fname,num); //fprintf(stderr,"loaded %ld from (%s) total %d\n",fsize,fname,num);
break; break;