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

auto-adjusted plevel

This commit is contained in:
Zeno Rogue
2019-08-18 21:16:27 +02:00
parent da87291ea4
commit ecfef817a9
5 changed files with 12 additions and 7 deletions

View File

@@ -319,6 +319,7 @@ struct videopar {
bool auto_eye;
ld collignon_parameter; bool collignon_reflected;
ld plevel_factor;
};
extern videopar vid;