Fix wrong offset.

git-svn-id: svn://katsu.triplehelix.org/dgamelaunch/trunk@473 db0b04b0-f4d1-0310-9a6d-de3e77497b0e
This commit is contained in:
Pasi Kallinen 2009-10-18 01:14:32 +00:00
parent 653396a7d2
commit 4d3be5720c
1 changed files with 1 additions and 1 deletions

View File

@ -386,7 +386,7 @@ inprogressmenu (int gameid)
for (i = 'a'; i <= 'z'; i++) {
selectorchars[i-'a'] = i;
selectorchars[(i-'a'+1)+'z'] = (i - 'a' + 'A');
selectorchars[(i-'a')+('z'-'a')+1] = (i - 'a' + 'A');
}
if (sortmode == NUM_SORTMODES)