mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 15:39:42 +00:00
Merge branch 'del_cmt' into 'master'
Delete an outdated/irrelevant comment See merge request OpenMW/openmw!973
This commit is contained in:
commit
83d0db667e
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ namespace
|
|||
case 0xa3: return 0xbf;
|
||||
case 0xa4: return 0x00; // not contained in win1250
|
||||
case 0xe1: return 0x8c;
|
||||
// case 0xe1: return 0x8c; // Can't remember if this was supposed to read 0xe2, or is it just an extraneous copypaste?
|
||||
case 0xe3: return 0x00; // not contained in win1250
|
||||
case 0xf5: return 0x00; // not contained in win1250
|
||||
default: return c;
|
||||
|
|
Loading…
Reference in a new issue