1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-21 17:39:40 +00:00

Merge branch 'fixbuild' into 'master'

Fix build for FreeBSD

See merge request OpenMW/openmw!746
This commit is contained in:
Andrei Kortunov 2021-04-16 06:55:02 +00:00
commit b49e63bd12

View file

@ -50,7 +50,7 @@ namespace Misc
{
void setCurrentThreadIdlePriority()
{
rtprio prio;
struct rtprio prio;
prio.type = RTP_PRIO_IDLE;
prio.prio = RTP_PRIO_MAX;
if (rtprio_thread(RTP_SET, 0, &prio) == 0)