1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-06-22 08:14:07 +00:00

ru:: clear messages when displaying inventory

This commit is contained in:
Zeno Rogue 2025-05-03 16:55:17 +02:00
parent 711d1222cb
commit 877660deb8

View File

@ -278,7 +278,7 @@ void run() {
dialog::add_action([] { cmode = mode::playing; });
dialog::addItem("inventory", 'i');
dialog::add_action([] { cmode = mode::inventory; });
dialog::add_action([] { clearMessages(); cmode = mode::inventory; });
dialog::addItem("map editor", 'e');
dialog::add_action([] { cmode = mode::editmap; });