mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-11 12:10:15 +00:00
added some missing CAP_ and MAXMDIM guards
This commit is contained in:
@@ -686,6 +686,8 @@ void resetGL() {
|
||||
delete glfont[i];
|
||||
glfont[i] = NULL;
|
||||
}
|
||||
#endif
|
||||
#if MAXMDIM >= 4
|
||||
if(floor_textures) {
|
||||
delete floor_textures;
|
||||
floor_textures = NULL;
|
||||
|
||||
Reference in New Issue
Block a user