1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-28 21:41:19 +00:00

scrdist_text removed

This commit is contained in:
Zeno Rogue
2019-04-29 11:16:37 +02:00
parent 5895540ae9
commit 5d77c86658
3 changed files with 2 additions and 7 deletions

View File

@@ -6356,7 +6356,6 @@ void calcparam() {
cd->scrdist = vid.xres / 2 / cd->tanfov;
else
cd->scrdist = cd->radius;
cd->scrdist_text = cd->scrdist;
callhooks(hooks_calcparam);
reset_projection();