| 469 | COMMAND(screenshot, "s"); |
| 470 | |
| 471 | void mapshot() |
| 472 | { |
| 473 | defformatstring(buf)("screenshots" PATHDIVS "mapshot_%s_%s%s", behindpath(getclientmap()), timestring(), getscrext()); |
| 474 | mapscreenshot(buf, true, screenshottype, screenshotscale, 0, jpegquality); |
| 475 | } |
| 476 | COMMAND(mapshot, ""); |
| 477 | |
| 478 | void screenshotpreview(int *res) |
nothing calls this directly
no test coverage detected