Fixed: Wrong operator (should be = instead of ==)
--HG-- branch : develop
This commit is contained in:
parent
0d0a3ca97f
commit
4a87a3f30b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue