1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-09-20 18:59:36 +00:00

missing MAXMDIM guard

This commit is contained in:
Zeno Rogue 2019-07-12 23:17:00 +02:00
parent 31c99e486f
commit 1d7892ff80

View File

@ -497,8 +497,10 @@ void check_cgi() {
floor_textures = NULL;
}
#if MAXMDIM >= 4
if(!floor_textures && DIM == 3 && (cgi.state & 2))
make_floor_textures();
#endif
}