1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-28 08:03:18 +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 { 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');