1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-26 01:50:36 +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 #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"),