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
+1 -1
View File
@@ -1177,7 +1177,7 @@ EX string cgi_string() {
V("ASH", ONOFF(vid.gp_autoscale_heights));
V("LT", fts(vid.lake_top));
V("LB", fts(vid.lake_bottom));
if(GDIM == 3 && vid.pseudogonal)
if(GDIM == 3 && vid.pseudohedral)
V("PS", fts(vid.depth_bonus));
}