disable saveHQSX without CAP_SDL

This commit is contained in:
Zeno Rogue 2018-01-20 17:50:30 +01:00
parent 32fa086b4e
commit 1d2b20b015
1 changed files with 2 additions and 0 deletions

View File

@ -604,6 +604,7 @@ namespace mapeditor {
}
}
#if CAP_SDL
void saveHighQualityShotX() {
static string hqfile = "hqshot.png";
if(anyshiftclick)
@ -625,6 +626,7 @@ namespace mapeditor {
return true;
});
}
#endif
void editAt(cellwalker where) {