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

to -to-fq added cgi.require_basics()

This commit is contained in:
Zeno Rogue 2020-05-28 01:52:03 +02:00
parent 188596860a
commit 384a6bb806

View File

@ -1020,6 +1020,7 @@ int read_geom_args() {
set_geometry(gFieldQuotient);
}
else if(argis("-to-fq")) {
cgi.require_basics();
shift(); unsigned hash = arghex();
stop_game_and_switch_mode(rg::nothing);
fieldpattern::field_from_current();