mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-31 22:12:59 +00:00 
			
		
		
		
	fixed the confusion between changing language and sending score to Leaderboards
This commit is contained in:
		| @@ -769,7 +769,7 @@ void showBasicConfig() { | |||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #if ISSTEAM | #if ISSTEAM | ||||||
|   dialog::addBoolItem(XLAT("send scores to Steam leaderboards"), (vid.steamscore&1), 'l'); |   dialog::addBoolItem(XLAT("send scores to Steam leaderboards"), (vid.steamscore&1), 's'); | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
|   dialog::addBoolItem(XLAT("skip the start menu"), vid.skipstart, 'm'); |   dialog::addBoolItem(XLAT("skip the start menu"), vid.skipstart, 'm'); | ||||||
| @@ -825,7 +825,7 @@ void showBasicConfig() { | |||||||
| #endif | #endif | ||||||
|    |    | ||||||
|   #if ISSTEAM |   #if ISSTEAM | ||||||
|     if(xuni == 'l') vid.steamscore = vid.steamscore^1; |     if(xuni == 's') vid.steamscore = vid.steamscore^1; | ||||||
|   #endif |   #endif | ||||||
|     if(xuni == 't')  |     if(xuni == 't')  | ||||||
|       dialog::editNumber(vid.flashtime, 0, 64, 1, 8, XLAT("message flash time"), |       dialog::editNumber(vid.flashtime, 0, 64, 1, 8, XLAT("message flash time"), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue