mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 14:02:59 +00:00 
			
		
		
		
	fixed the Help in main menu showing incorrect screens
This commit is contained in:
		| @@ -253,7 +253,7 @@ void showMainMenu() { | ||||
|    | ||||
|   keyhandler = [] (int sym, int uni) { | ||||
|     dialog::handleNavigation(sym, uni); | ||||
|     if(sym == SDLK_F1 || sym == 'h') gotoHelp(help); | ||||
|     if(sym == SDLK_F1 || sym == 'h') gotoHelp("@"); | ||||
|     else if(sym == 'c' && cheater) pushScreen(showCheatMenu); | ||||
|     else if(sym == 'b') pushScreen(showBasicConfig); | ||||
|     else if(sym == 'g') pushScreen(showGraphConfig); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue