1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-24 18:37:39 +00:00

added some missing CAP_* guards

This commit is contained in:
Zeno Rogue
2019-06-01 16:59:04 +02:00
parent 38554ba47d
commit 5519252fd0
5 changed files with 79 additions and 10 deletions

View File

@@ -989,7 +989,9 @@ void geometry_information::configure_floorshapes() {
void geometry_information::prepare_shapes() {
require_basics();
#if MAXMDIM >= 4
if(DIM == 3 && !floor_textures) make_floor_textures();
#endif
symmetriesAt.clear();
allshapes.clear();