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:
4
cell.cpp
4
cell.cpp
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user