mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-04 17:19:54 +00:00
stopped the player from obscuring view in fake
This commit is contained in:
parent
4ef3f31c8f
commit
86154347ec
1
fake.cpp
1
fake.cpp
@ -459,7 +459,6 @@ EX void change_around() {
|
|||||||
h *= t;
|
h *= t;
|
||||||
View = rgpushxto0(direct_exp(h)) * T;
|
View = rgpushxto0(direct_exp(h)) * T;
|
||||||
fixmatrix(View);
|
fixmatrix(View);
|
||||||
playermoved = false;
|
|
||||||
sightranges[gFake] = range * t;
|
sightranges[gFake] = range * t;
|
||||||
texture::config.remap();
|
texture::config.remap();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user