Remove unnecessary locale/UTF-8 encoding conversions
This commit is contained in:
@@ -346,7 +346,7 @@ void RunBSP(const char* name)
|
||||
void Sys_SetTitle(const char *text, bool modified)
|
||||
{
|
||||
StringOutputStream title;
|
||||
title << ConvertLocaleToUTF8(text);
|
||||
title << text;
|
||||
|
||||
if(modified)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user