mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-06 17:24:06 +00:00
rogueviz::flocking:: set showquotients to true
This commit is contained in:
parent
624a6bca3b
commit
fecd18b92b
@ -18,6 +18,7 @@
|
|||||||
|
|
||||||
namespace hr {
|
namespace hr {
|
||||||
hyperpoint nearcorner(cell *c, int i);
|
hyperpoint nearcorner(cell *c, int i);
|
||||||
|
extern bool showquotients;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace rogueviz {
|
namespace rogueviz {
|
||||||
@ -299,6 +300,7 @@ namespace flocking {
|
|||||||
});
|
});
|
||||||
|
|
||||||
dialog::addSelItem("change geometry", XLAT(ginf[geometry].name), 'g');
|
dialog::addSelItem("change geometry", XLAT(ginf[geometry].name), 'g');
|
||||||
|
hr::showquotients = true;
|
||||||
dialog::add_action(runGeometryExperiments);
|
dialog::add_action(runGeometryExperiments);
|
||||||
|
|
||||||
dialog::addBoolItem("draw forces", draw_lines, 'l');
|
dialog::addBoolItem("draw forces", draw_lines, 'l');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user