cview sets playermoved to false

This commit is contained in:
Zeno Rogue 2023-05-23 20:21:36 +02:00
parent 6aed2c58e8
commit 09a43c5646
1 changed files with 1 additions and 1 deletions

View File

@ -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);