1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-02-08 10:40:16 +00:00

fixed MAXMDIM guards

This commit is contained in:
Zeno Rogue
2019-11-03 14:19:11 +01:00
parent 02bb9d5ea5
commit 43bf7c5cfe
7 changed files with 28 additions and 17 deletions

View File

@@ -2,6 +2,7 @@
namespace hr {
#if MAXMDIM >= 4
EX ld camera_level;
EX int get_skybrightness(int mul IS(1)) {
@@ -295,5 +296,5 @@ void celldrawer::draw_ceiling() {
}
}
}
#endif
}