1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 06:33:19 +00:00

rogueviz::flocking:: set showquotients to true

This commit is contained in:
Zeno Rogue 2018-11-18 17:52:36 +01:00
parent 624a6bca3b
commit fecd18b92b

View File

@ -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');