mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
dual:: default geometries in 3D
This commit is contained in:
parent
029463d509
commit
32c3da81f4
@ -184,7 +184,11 @@ namespace dual {
|
||||
eVariation v = variation;
|
||||
for(int s=0; s<2; s++) {
|
||||
// dynamicval<display_data*> pds(current_display, &subscreens::player_displays[s]);
|
||||
if(shmup::on) {
|
||||
if(WDIM == 3) {
|
||||
variation = eVariation::pure;
|
||||
geometry = s == 0 ? gCubeTiling : gSpace435;
|
||||
}
|
||||
else if(shmup::on) {
|
||||
geometry = b;
|
||||
variation = v;
|
||||
// 'do what I mean'
|
||||
|
Loading…
Reference in New Issue
Block a user