mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 22:39:53 +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() {
|
||||
static string hqfile = "hqshot.png";
|
||||
if(anyshiftclick)
|
||||
@ -625,6 +626,7 @@ namespace mapeditor {
|
||||
return true;
|
||||
});
|
||||
}
|
||||
#endif
|
||||
|
||||
void editAt(cellwalker where) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user