mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-20 06:03:01 +00:00
intra:: CLI option -be-square
This commit is contained in:
parent
8f0d6585cd
commit
486803aca6
10
intra.cpp
10
intra.cpp
@ -397,7 +397,15 @@ auto hooks1 =
|
||||
if(intra::in) v.push_back(named_dialog(XLAT("manage portals"), show_portals));
|
||||
})
|
||||
+ arg::add3("-intra-add", [] { start_game(); become(); })
|
||||
+ arg::add3("-intra-start", [] { start_game(); become(); start(0); });
|
||||
+ arg::add3("-intra-start", [] { start_game(); become(); start(0); })
|
||||
+ arg::add3("-be-square", [] {
|
||||
check_cgi();
|
||||
cgi.require_basics();
|
||||
vid.plevel_factor = cgi.edgelen / cgi.scalefactor;
|
||||
check_cgi();
|
||||
cgi.require_basics();
|
||||
});
|
||||
|
||||
|
||||
EX }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user