mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
more equal_weights
This commit is contained in:
parent
c6665470aa
commit
c556c23276
@ -713,7 +713,7 @@ void geometry_information::procedural_shapes() {
|
|||||||
bshape(shSwitchDisk, PPR::FLOOR); for(int i=0; i<=S84; i+=S3) hpcpush(ddi(i, .06) * C0);
|
bshape(shSwitchDisk, PPR::FLOOR); for(int i=0; i<=S84; i+=S3) hpcpush(ddi(i, .06) * C0);
|
||||||
}
|
}
|
||||||
|
|
||||||
vector<ld> equal_weights(20, 1);
|
vector<ld> equal_weights(1000, 1);
|
||||||
|
|
||||||
#if !(CAP_BT && MAXMDIM >= 4)
|
#if !(CAP_BT && MAXMDIM >= 4)
|
||||||
void geometry_information::make_wall(int id, vector<hyperpoint> vertices, vector<ld> weights) { }
|
void geometry_information::make_wall(int id, vector<hyperpoint> vertices, vector<ld> weights) { }
|
||||||
|
Loading…
Reference in New Issue
Block a user