1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 00:47:40 +00:00

fixed pseudogonal to pseudohedral

This commit is contained in:
Zeno Rogue
2021-10-15 22:38:24 +02:00
parent cb75ba44dc
commit ce4be1bc6b
4 changed files with 7 additions and 7 deletions

View File

@@ -400,7 +400,7 @@ struct videopar {
ld lake_top, lake_bottom;
ld rock_wall_ratio;
ld human_wall_ratio;
bool pseudogonal; // in 3D modes
bool pseudohedral; // in 3D modes
ld depth_bonus; // to fiix the placement of 3D models in pseudogonal -- not working currently
int tc_alpha, tc_depth, tc_camera;