mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	clear key_actions in normal screen
This commit is contained in:
		| @@ -5938,6 +5938,7 @@ EX void normalscreen() { | |||||||
|  |  | ||||||
|   show_menu_button(); |   show_menu_button(); | ||||||
|   keyhandler = handleKeyNormal; |   keyhandler = handleKeyNormal; | ||||||
|  |   dialog::key_actions.clear(); | ||||||
|  |  | ||||||
|   if(!playerfound && !anims::any_on() && !sphere && !no_find_player && mapeditor::drawplayer) |   if(!playerfound && !anims::any_on() && !sphere && !no_find_player && mapeditor::drawplayer) | ||||||
|     displayButton(current_display->xcenter, current_display->ycenter, mousing ? XLAT("find the player") : XLAT("press SPACE to find the player"), ' ', 8); |     displayButton(current_display->xcenter, current_display->ycenter, mousing ? XLAT("find the player") : XLAT("press SPACE to find the player"), ' ', 8); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue