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