1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-30 02:15:32 +00:00

Fix a typo in condition

This commit is contained in:
MiroslavR 2014-10-05 19:53:36 +02:00
parent de2cb8926a
commit e1799cbcf4

View file

@ -1766,7 +1766,7 @@ namespace MWGui
void WindowManager::setWerewolfOverlay(bool set)
{
if (mWerewolfOverlayEnabled)
if (!mWerewolfOverlayEnabled)
return;
if (set)