mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-24 05:17:17 +00:00
CAP_SOLV needed in snow
This commit is contained in:
parent
e7936a94c1
commit
776364a2aa
@ -269,10 +269,12 @@ auto hchook = addHook(hooks_drawcell, 100, draw_snow)
|
|||||||
set_geometry(gRotSpace);
|
set_geometry(gRotSpace);
|
||||||
snow_lambda = 5;
|
snow_lambda = 5;
|
||||||
});
|
});
|
||||||
|
#if CAP_SOLV
|
||||||
snow_slide(v, "Solv", "Solv geometry. Like the non-isotropic hyperbolic space (#4) but where the horizontal and vertical curvatures work in the other way.", [] {
|
snow_slide(v, "Solv", "Solv geometry. Like the non-isotropic hyperbolic space (#4) but where the horizontal and vertical curvatures work in the other way.", [] {
|
||||||
set_geometry(gSol);
|
set_geometry(gSol);
|
||||||
snow_lambda = 20;
|
snow_lambda = 20;
|
||||||
});
|
});
|
||||||
|
#endif
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user