Fix first frame of old replays not importing

This commit is contained in:
shavitush 2016-09-08 14:16:01 +03:00
parent 9dc2364777
commit 8b01a23118

View File

@ -388,8 +388,6 @@ public bool LoadReplay(BhopStyle style)
else // old, outdated and slow - only used for old replays
{
char[] sLine = new char[320];
fFile.ReadLine(sLine, 320);
char[][] sExplodedLine = new char[6][64];
for(int i = 0; !fFile.EndOfFile(); i++)