1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-20 12:20:01 +00:00

o_key:: texture mode option while in texture mode

This commit is contained in:
Zeno Rogue 2020-05-31 03:28:49 +02:00
parent bd44eab6f0
commit 8c796e64c4

View File

@ -1002,6 +1002,9 @@ EX named_functionality get_o_key() {
if(peace::on)
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 = "";