mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 18:38:26 +00:00
Fix first frame of old replays not importing
This commit is contained in:
parent
9dc2364777
commit
8b01a23118
@ -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++)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user