]> git.sesse.net Git - ccbs/commitdiff
Actually fetch the number of players on the machine at a time, so the versus code...
authorSteinar H. Gunderson <sesse@samfundet.no>
Sat, 5 Mar 2005 00:46:19 +0000 (00:46 +0000)
committerSteinar H. Gunderson <sesse@samfundet.no>
Sat, 5 Mar 2005 00:46:19 +0000 (00:46 +0000)
bigscreen/fetch_list_of_active_groups.cpp

index ce748aa026586060cf393ff416f462d7912e7f2e..ae5b29056c823dfd2a3e857d1c26ec981ba71726 100644 (file)
@@ -14,6 +14,7 @@ void FetchListOfActiveGroups::operator() (pqxx::transaction<> &t)
                g.round = i["round"].as(g.round);
                g.parallel = i["parallel"].as(g.parallel);
                g.num_machines = i["num_machines"].as(g.num_machines);
                g.round = i["round"].as(g.round);
                g.parallel = i["parallel"].as(g.parallel);
                g.num_machines = i["num_machines"].as(g.num_machines);
+               g.players_per_machine = i["players_per_machine"].as(g.players_per_machine);
 
                active->push_back(g);
        }
 
                active->push_back(g);
        }