1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +00:00

fixed the confusion between changing language and sending score to Leaderboards

This commit is contained in:
Zeno Rogue 2017-10-16 00:29:21 +02:00
parent 43994125d8
commit 6481fd489e

View File

@ -769,7 +769,7 @@ void showBasicConfig() {
#endif
#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
dialog::addBoolItem(XLAT("skip the start menu"), vid.skipstart, 'm');
@ -825,7 +825,7 @@ void showBasicConfig() {
#endif
#if ISSTEAM
if(xuni == 'l') vid.steamscore = vid.steamscore^1;
if(xuni == 's') vid.steamscore = vid.steamscore^1;
#endif
if(xuni == 't')
dialog::editNumber(vid.flashtime, 0, 64, 1, 8, XLAT("message flash time"),