mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-01 02:07:57 +00:00
more OOP-style standard dialogs
This commit is contained in:
@@ -273,7 +273,7 @@ EX void show_memory_menu() {
|
||||
);
|
||||
dialog::bound_low(0);
|
||||
dialog::bound_up(max_reserve);
|
||||
dialog::reaction = apply_memory_reserve;
|
||||
dialog::get_di().reaction = apply_memory_reserve;
|
||||
});
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user