QTfrontend/team.cpp
changeset 1538 8bc56dd2e997
parent 1325 c8994d47f41d
child 1655 16f687fc18e3
equal deleted inserted replaced
1537:d34ef0fb003d 1538:8bc56dd2e997
    38 	for (int i = 0; i < 8; i++)
    38 	for (int i = 0; i < 8; i++)
    39 	{
    39 	{
    40 		HHName[i].sprintf("hedgehog %d", i);
    40 		HHName[i].sprintf("hedgehog %d", i);
    41 		HHHat[i] = "NoHat";
    41 		HHHat[i] = "NoHat";
    42 	}
    42 	}
    43 	Grave = "Simple";
    43 	Grave = "Statue";
    44 	Fort = "Barrelhouse";
    44 	Fort = "Plane";
    45 	for(int i = 0; i < BINDS_NUMBER; i++)
    45 	for(int i = 0; i < BINDS_NUMBER; i++)
    46 	{
    46 	{
    47 		binds[i].action = cbinds[i].action;
    47 		binds[i].action = cbinds[i].action;
    48 		binds[i].strbind = cbinds[i].strbind;
    48 		binds[i].strbind = cbinds[i].strbind;
    49 	}
    49 	}