mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-07-25 19:08:50 +00:00
more OOP-style standard dialogs
This commit is contained in:
+1
-1
@@ -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