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:
parent
32fa086b4e
commit
1d2b20b015
@ -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) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user