mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-18 07:27:40 +00:00
CLI option -cview
This commit is contained in:
@@ -282,6 +282,10 @@ int arg::readCommon() {
|
||||
shift(); int j = argi();
|
||||
shift(); View = View * cspin(i, j, argf());
|
||||
}
|
||||
else if(argis("-cview")) {
|
||||
PHASE(3); start_game();
|
||||
View = Id;
|
||||
}
|
||||
else if(argis("-exit")) {
|
||||
PHASE(3); printf("Success.\n");
|
||||
exit(0);
|
||||
|
Reference in New Issue
Block a user