From 09a43c5646245bcf7935b29ca58872b2c74f95db Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Tue, 23 May 2023 20:21:36 +0200 Subject: [PATCH] cview sets playermoved to false --- commandline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commandline.cpp b/commandline.cpp index 9e6dbdc5..84bece5c 100644 --- a/commandline.cpp +++ b/commandline.cpp @@ -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);