added some missing CAP_ and MAXMDIM guards

This commit is contained in:
Zeno Rogue
2019-09-12 22:43:01 +02:00
parent 044298d0bd
commit c8e950cd40
25 changed files with 126 additions and 25 deletions
+2
View File
@@ -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;