mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-26 10:09:44 +00:00
text improvements, PL/CZ translation update
This commit is contained in:
@@ -423,12 +423,12 @@ void menu() {
|
||||
|
||||
#if CAP_RUG
|
||||
if(make_svg && rug::rugged)
|
||||
dialog::addInfo("SVG screenshot do not work in this 3D mode", 0xFF0000);
|
||||
dialog::addInfo("SVG screenshots do not work in this 3D mode", 0xFF0000);
|
||||
else
|
||||
#endif
|
||||
#if CAP_TEXTURE
|
||||
if(make_svg && texture::config.tstate == texture::tsActive)
|
||||
dialog::addInfo("SVG screenshot do not work with textures", 0xFF0000);
|
||||
dialog::addInfo("SVG screenshots do not work with textures", 0xFF0000);
|
||||
else
|
||||
#endif
|
||||
dialog::addBreak(100);
|
||||
|
||||
Reference in New Issue
Block a user