1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-02-24 07:22:58 +01:00

minor fix

This commit is contained in:
XProger 2019-03-09 18:15:31 +03:00
parent edc5c9de8e
commit 7343b0cfb0

View File

@ -371,7 +371,7 @@ inline char remapCyrillic(char c) {
case 'å' : return 'e';
case '¸' : return 'e';
case 'è' : return 'u';
case '{è' : return 'u';
case 'é' : return 'u';
case 'î' : return 'o';
case 'ð' : return 'p';
case 'ñ' : return 'c';