mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
dialog::first_list_fake_key constant
This commit is contained in:
parent
5d13663695
commit
0770a11164
@ -156,10 +156,11 @@ EX namespace dialog {
|
||||
}
|
||||
|
||||
EX int list_size_min, list_size_max, list_fake_key;
|
||||
EX const int first_list_fake_key = 10000;
|
||||
|
||||
EX void init() {
|
||||
list_size_min = list_size_max = 0;
|
||||
list_fake_key = 10000;
|
||||
list_fake_key = first_list_fake_key;
|
||||
items.clear();
|
||||
key_actions.clear();
|
||||
keyhandler = dialog::handler;
|
||||
|
Loading…
Reference in New Issue
Block a user