Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix i18n char encoding error in HUD messages.
The strings handed to cHud::Set_Text() are already UTF-8 and translated. CEGUI needs to be told about that by casting to CEGUI::utf8* explicitely.
- Loading branch information