mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-05-13 01:52:05 +00:00
cview sets playermoved to false
This commit is contained in:
+1
-1
@@ -305,7 +305,7 @@ int arg::readCommon() {
|
||||
}
|
||||
else if(argis("-cview")) {
|
||||
PHASE(3); start_game();
|
||||
View = Id;
|
||||
View = Id; playermoved = false;
|
||||
}
|
||||
else if(argis("-exit")) {
|
||||
PHASE(3);
|
||||
|
||||
Reference in New Issue
Block a user