Fixed: Wrong operator (should be = instead of ==)

--HG--
branch : develop
This commit is contained in:
kervala 2019-04-21 15:25:09 +02:00
parent 0d0a3ca97f
commit 4a87a3f30b

View file

@ -3213,7 +3213,7 @@ void CUserEntity::viewMode(CUserEntity::TView viewMode, bool changeView)
if(mount)
mount->displayable(true);
_HiddenMount == CLFECOMMON::INVALID_SLOT;
_HiddenMount = CLFECOMMON::INVALID_SLOT;
}
// Change Controls.
UserControls.mode(CUserControls::ThirdMode);