hedgewars/uFLGameConfig.pas
branchqmlfrontend
changeset 11424 86c13e5662f1
parent 10951 89a7f617e091
child 11431 80a9b14bb8d3
equal deleted inserted replaced
11423:e045dc60c37e 11424:86c13e5662f1
   158 
   158 
   159         teams[0]:= createRandomTeam;
   159         teams[0]:= createRandomTeam;
   160         teams[0].color:= 0;
   160         teams[0].color:= 0;
   161         teams[1]:= createRandomTeam;
   161         teams[1]:= createRandomTeam;
   162         teams[1].color:= 1;
   162         teams[1].color:= 1;
   163         teams[1].botLevel:= 1;
   163         teams[1].botLevel:= 3;
   164 
   164 
   165         queueExecution;
   165         queueExecution;
   166     end;
   166     end;
   167 end;
   167 end;
   168 
   168