mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-29 16:57:56 +00:00
disable saveHQSX without CAP_SDL
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
Reference in New Issue
Block a user