QTfrontend/ui/page/pageeditteam.cpp
changeset 7495 2592240b7b62
parent 7260 c3584a3ab730
child 7553 9cfe74ee418b
equal deleted inserted replaced
7492:3188794b9d87 7495:2592240b7b62
   287 
   287 
   288     // skip cpu and hedgewars flags
   288     // skip cpu and hedgewars flags
   289     int idx = list.indexOf("cpu.png");
   289     int idx = list.indexOf("cpu.png");
   290     if (idx >= 0)
   290     if (idx >= 0)
   291         list.removeAt(idx);
   291         list.removeAt(idx);
       
   292     idx = list.indexOf("cpu_plain.png");
       
   293     if (idx >= 0)
       
   294         list.removeAt(idx);
   292     idx = list.indexOf("hedgewars.png");
   295     idx = list.indexOf("hedgewars.png");
   293     if (idx >= 0)
   296     if (idx >= 0)
   294         list.removeAt(idx);
   297         list.removeAt(idx);
   295 
   298 
   296     // add the default flag
   299     // add the default flag