mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-26 07:02:49 +00:00
cview sets playermoved to false
This commit is contained in:
parent
6aed2c58e8
commit
09a43c5646
@ -305,7 +305,7 @@ int arg::readCommon() {
|
|||||||
}
|
}
|
||||||
else if(argis("-cview")) {
|
else if(argis("-cview")) {
|
||||||
PHASE(3); start_game();
|
PHASE(3); start_game();
|
||||||
View = Id;
|
View = Id; playermoved = false;
|
||||||
}
|
}
|
||||||
else if(argis("-exit")) {
|
else if(argis("-exit")) {
|
||||||
PHASE(3);
|
PHASE(3);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user