1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-14 05:51:42 +00:00

[Client] Ensure that LocalPlayer's isWerewolf starts out false

This commit is contained in:
David Cernat 2017-09-04 15:44:10 +03:00
parent ccb15cc09e
commit 8c9d6a0160

View file

@ -62,6 +62,8 @@ LocalPlayer::LocalPlayer()
jailProgressText = "";
jailEndText = "";
isWerewolf = false;
diedSinceArrestAttempt = false;
}