Whoops had a Break where it shouldnt be in the loadplayer function

This commit is contained in:
mysticbbs 2012-07-26 15:37:44 -04:00
parent 7d3868b3f3
commit e0588cd7c6
1 changed files with 0 additions and 2 deletions

View File

@ -89,8 +89,6 @@ Begin
PlayerNumber := fPos(F) / SizeOf(Player); PlayerNumber := fPos(F) / SizeOf(Player);
Break; Break;
End; End;
Break;
End; End;
fClose (F); fClose (F);