branch | qmlfrontend |
changeset 11463 | 8318e841648f |
parent 11459 | 3c5d99013baf |
child 11467 | 33a0e3a14ddc |
--- a/hedgewars/uFLGameConfig.pas Tue Dec 15 20:38:51 2015 +0300 +++ b/hedgewars/uFLGameConfig.pas Wed Dec 16 00:20:56 2015 +0300 @@ -87,7 +87,7 @@ i:= 0; while (i < 8) and (teams[i].hogsNumber > 0) do begin - sendTeamConfig(teams[i]); + sendTeamConfig(config^.scheme.health, teams[i]); sendAmmoConfig(config^.ammo); inc(i) end;