mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-12 21:27:41 +00:00
missing MAXMDIM guard
This commit is contained in:
@@ -497,8 +497,10 @@ void check_cgi() {
|
|||||||
floor_textures = NULL;
|
floor_textures = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if MAXMDIM >= 4
|
||||||
if(!floor_textures && DIM == 3 && (cgi.state & 2))
|
if(!floor_textures && DIM == 3 && (cgi.state & 2))
|
||||||
make_floor_textures();
|
make_floor_textures();
|
||||||
|
#endif
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user