1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 22:55:12 +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

@@ -4884,7 +4884,7 @@ EX void drawfullmap() {
draw_boundary(1);
draw_model_elements();
#if MAXMDIM >= 4
#if MAXMDIM >= 4 && CAP_GL
prepare_sky();
#endif
#endif