mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	dialog::first_list_fake_key constant
This commit is contained in:
		| @@ -156,10 +156,11 @@ EX namespace dialog { | |||||||
|     } |     } | ||||||
|  |  | ||||||
|   EX int list_size_min, list_size_max, list_fake_key; |   EX int list_size_min, list_size_max, list_fake_key; | ||||||
|  |   EX const int first_list_fake_key = 10000; | ||||||
|  |  | ||||||
|   EX void init() { |   EX void init() { | ||||||
|     list_size_min = list_size_max = 0; |     list_size_min = list_size_max = 0; | ||||||
|     list_fake_key = 10000; |     list_fake_key = first_list_fake_key; | ||||||
|     items.clear(); |     items.clear(); | ||||||
|     key_actions.clear();  |     key_actions.clear();  | ||||||
|     keyhandler = dialog::handler; |     keyhandler = dialog::handler; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue