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:
parent
711d1222cb
commit
877660deb8
@ -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; });
|
||||
|
Loading…
x
Reference in New Issue
Block a user