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

more guards cont.

This commit is contained in:
Zeno Rogue
2020-07-03 14:48:36 +02:00
parent f09ed715f1
commit f3c35de400
6 changed files with 9 additions and 4 deletions

View File

@@ -2,8 +2,8 @@
namespace hr {
#if MAXMDIM >= 4 && CAP_GL
EX ld camera_level;
#if MAXMDIM >= 4 && CAP_GL
EX int get_skybrightness(int mul IS(1)) {
ld s = 1 - mul * (camera_level - cgi.WALL) / -2;