1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-03-20 11:59:43 +00:00

preparing for daily

This commit is contained in:
Zeno Rogue
2018-05-01 00:21:18 +02:00
parent 02aac914d4
commit 67ad5f2f4b
8 changed files with 64 additions and 32 deletions

View File

@@ -608,8 +608,8 @@ struct hrmap_quotient : hrmap {
}
int TOT = connections.size() / S7;
printf("heptagons = %d\n", TOT);
printf("all cells = %d\n", TOT*(S7+S3)/S3);
// printf("heptagons = %d\n", TOT);
// printf("all cells = %d\n", TOT*(S7+S3)/S3);
if(!TOT) exit(1);
allh.resize(TOT);
for(int i=0; i<TOT; i++) allh[i] = new heptagon;