Set default fort to 'Plane' and default grave to 'Statue'
authorunc0rr
Fri, 05 Dec 2008 21:35:34 +0000
changeset 1538 8bc56dd2e997
parent 1537 d34ef0fb003d
child 1539 5151bf4928a4
Set default fort to 'Plane' and default grave to 'Statue'
QTfrontend/team.cpp
--- a/QTfrontend/team.cpp	Fri Dec 05 21:34:09 2008 +0000
+++ b/QTfrontend/team.cpp	Fri Dec 05 21:35:34 2008 +0000
@@ -40,8 +40,8 @@
 		HHName[i].sprintf("hedgehog %d", i);
 		HHHat[i] = "NoHat";
 	}
-	Grave = "Simple";
-	Fort = "Barrelhouse";
+	Grave = "Statue";
+	Fort = "Plane";
 	for(int i = 0; i < BINDS_NUMBER; i++)
 	{
 		binds[i].action = cbinds[i].action;