From 86154347ec494568db557870759e5fff54e98126 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Wed, 3 Jun 2020 11:53:29 +0200 Subject: [PATCH] stopped the player from obscuring view in fake --- fake.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/fake.cpp b/fake.cpp index f0122791..235781a4 100644 --- a/fake.cpp +++ b/fake.cpp @@ -459,7 +459,6 @@ EX void change_around() { h *= t; View = rgpushxto0(direct_exp(h)) * T; fixmatrix(View); - playermoved = false; sightranges[gFake] = range * t; texture::config.remap(); }