fake:: option gfake-euc

This commit is contained in:
Zeno Rogue 2021-07-13 21:30:17 +02:00
parent 6aae43f1f8
commit eb0b7d2809
1 changed files with 5 additions and 0 deletions

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