mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-04-22 17:21:21 +00:00
fixed guards
This commit is contained in:
@@ -998,8 +998,10 @@ EX named_functionality get_o_key() {
|
||||
if(peace::on)
|
||||
res.push_back(named_dialog(XLAT("peaceful mode"), peace::showMenu));
|
||||
|
||||
#if CAP_TEXTURE
|
||||
if(texture::config.tstate)
|
||||
res.push_back(named_dialog(XLAT("texture mode"), texture::showMenu));
|
||||
#endif
|
||||
|
||||
dialog::infix = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user