make order in which bonus color prefs are loaded match that in common

code, fixing bug where two were switched.
This commit is contained in:
eehouse 2010-04-17 04:21:24 +00:00
parent f04a60c0ea
commit 1b14cb7dd6

View file

@ -88,8 +88,8 @@ public class CommonPrefs {
}
int ids2[] = { R.string.key_bonus_l2x,
R.string.key_bonus_l3x,
R.string.key_bonus_w2x,
R.string.key_bonus_l3x,
R.string.key_bonus_w3x,
};
for ( int ii = 0; ii < ids2.length; ++ii ) {