diff --git a/mapeditor.cpp b/mapeditor.cpp index 054ec0c8..e4dfe7ef 100644 --- a/mapeditor.cpp +++ b/mapeditor.cpp @@ -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) {