mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
rots::draw_underlying in screenshot
This commit is contained in:
parent
3f0dcaaa0a
commit
a30f4a89f7
@ -653,6 +653,8 @@ EX void default_screenshot_content() {
|
||||
#endif
|
||||
drawfullmap();
|
||||
|
||||
rots::draw_underlying(false);
|
||||
|
||||
if(caption != "")
|
||||
displayfr(vid.xres/2, vid.fsize+vid.fsize/4, 3, vid.fsize*2, caption, forecolor, 8);
|
||||
callhooks(hooks_hqshot);
|
||||
|
Loading…
Reference in New Issue
Block a user