1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-20 06:03:01 +00:00

fake:: option gfake-euc

This commit is contained in:
Zeno Rogue 2021-07-13 21:30:17 +02:00
parent 6aae43f1f8
commit eb0b7d2809

View File

@ -677,6 +677,11 @@ int readArgs() {
using namespace arg;
if(0) ;
else if(argis("-gfake-euc")) {
start_game();
around = compute_euclidean();
change_around();
}
else if(argis("-gfake")) {
start_game();
shift_arg_formula(around, change_around);