1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-07-08 12:22:49 +00:00

disable saveHQSX without CAP_SDL

This commit is contained in:
Zeno Rogue 2018-01-20 17:50:30 +01:00
parent 32fa086b4e
commit 1d2b20b015

View File

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