branch | qmlfrontend |
changeset 11442 | 6b04a266feee |
parent 11437 | 6e641b5453f9 |
child 11444 | 91f8c6ff5bab |
--- a/hedgewars/uFLTeams.pas Wed Dec 02 22:30:13 2015 +0300 +++ b/hedgewars/uFLTeams.pas Thu Dec 03 23:59:06 2015 +0300 @@ -79,9 +79,9 @@ if copy(l, 1, 5) = 'Name=' then team.teamName:= midStr(l, 6) else if copy(l, 1, 6) = 'Grave=' then - team.graveName:= midStr(l, 7) + team.grave:= midStr(l, 7) else if copy(l, 1, 5) = 'Fort=' then - team.fortName:= midStr(l, 6) + team.fort:= midStr(l, 6) else if copy(l, 1, 5) = 'Flag=' then team.flag:= midStr(l, 6) end;