1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-03 16:49:54 +00:00

stopped the player from obscuring view in fake

This commit is contained in:
Zeno Rogue 2020-06-03 11:53:29 +02:00
parent 4ef3f31c8f
commit 86154347ec

View File

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