mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
o_key:: texture mode option while in texture mode
This commit is contained in:
parent
bd44eab6f0
commit
8c796e64c4
@ -1002,6 +1002,9 @@ EX named_functionality get_o_key() {
|
|||||||
|
|
||||||
if(peace::on)
|
if(peace::on)
|
||||||
res.push_back(named_dialog(XLAT("peaceful mode"), peace::showMenu));
|
res.push_back(named_dialog(XLAT("peaceful mode"), peace::showMenu));
|
||||||
|
|
||||||
|
if(texture::config.tstate)
|
||||||
|
res.push_back(named_dialog(XLAT("texture mode"), texture::showMenu));
|
||||||
|
|
||||||
dialog::infix = "";
|
dialog::infix = "";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user