mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-07 08:22:01 +00:00
- fixed broken character fallback for cyrillic T.
This was attached to the у (i.e. cyrillic u)
This commit is contained in:
parent
431d29b6a1
commit
25c0a56d96
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ int getAlternative(int code)
|
|||
case 0x41e: return 'O';
|
||||
case 0x420: return 'P';
|
||||
case 0x421: return 'C';
|
||||
case 0x423: return 'T';
|
||||
case 0x422: return 'T';
|
||||
case 0x425: return 'X';
|
||||
case 0x430: return 'a';
|
||||
case 0x435: return 'e';
|
||||
|
|
Loading…
Reference in a new issue