mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-10 15:59:53 +00:00
missing MAXMDIM guard
This commit is contained in:
parent
31c99e486f
commit
1d7892ff80
@ -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
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user