From 7d5d2e44e8f3cddc65e638db475d17d7be24c175 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sat, 9 Oct 2021 09:28:40 +0200 Subject: [PATCH] function idv --- debug.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debug.cpp b/debug.cpp index f31dd1ba..e66d4e26 100644 --- a/debug.cpp +++ b/debug.cpp @@ -817,6 +817,9 @@ int read_cheat_args() { else if(argis("-top")) { PHASE(3); View = View * spin(-M_PI/2); } + else if(argis("-idv")) { + PHASE(3); View = Id; + } else if(argis("-gencells")) { PHASEFROM(2); shift(); start_game(); printf("Generating %d cells...\n", argi());