equal
deleted
inserted
replaced
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 } |