diff --git a/commandline.cpp b/commandline.cpp index d181e5d1..38df9b59 100644 --- a/commandline.cpp +++ b/commandline.cpp @@ -289,6 +289,13 @@ int arg::readCommon() { shift(); View = View * cspin(i, j, argf()); playermoved = false; } + else if(argis("-grotatei")) { + PHASE(3); start_game(); + shift(); int i = argi(); + shift(); int j = argi(); + shift(); rotate_view(cspin(i, j, argf())); + playermoved = false; + } else if(argis("-cview")) { PHASE(3); start_game(); View = Id;