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