mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix the beep. Fixes #985
This commit is contained in:
parent
5348533858
commit
21609d43fb
|
@ -3577,6 +3577,10 @@ int main(int argc, const char **argv) // ignore_convention
|
|||
}
|
||||
}
|
||||
|
||||
#if defined(CONF_FAMILY_WINDOWS)
|
||||
SetConsoleOutputCP(65001);
|
||||
#endif
|
||||
|
||||
if(secure_random_init() != 0)
|
||||
{
|
||||
RandInitFailed = true;
|
||||
|
|
Loading…
Reference in a new issue