Fix a case where the wrong array was used.

This commit is contained in:
Lioncash 2013-06-01 04:13:39 -04:00
parent 3b85d2ffb8
commit f86eebbf74

View file

@ -611,7 +611,7 @@ void PSPOskDialog::RemoveKorean()
{
if(kor_lconsCom[i] == i_value[2])
{
tmp = kor_vowelCom[i - 1];
tmp = kor_lconsCom[i - 1];
break;
}
}