mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 05:52:59 +00:00 
			
		
		
		
	rogueviz:: fifteen:: fixed quit key
This commit is contained in:
		| @@ -586,7 +586,7 @@ void fifteen_menu() { | ||||
|       pushScreen(fifteen_play); | ||||
|       current_puzzle = &p; | ||||
|       quitter = [] { | ||||
|         dialog::addItem("quit", 'Q'); | ||||
|         dialog::addItem("quit", 'q'); | ||||
|         dialog::add_action([] { quitmainloop = true; }); | ||||
|         }; | ||||
|       }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue