mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-13 18:17:49 -04:00
Remove redundant bitfield
This commit is contained in:
@ -67,13 +67,7 @@ void pyNetLinkingMgr::SetEnabled( bool b ) const
|
||||
|
||||
void pyNetLinkingMgr::LinkToAge( pyAgeLinkStruct & link, const char* linkAnim, bool linkInSfx, bool linkOutSfx )
|
||||
{
|
||||
uint32_t sfx = plNetLinkingMgr::kPlayNone;
|
||||
if (linkInSfx)
|
||||
hsSetBits(sfx, plNetLinkingMgr::kPlayLinkIn);
|
||||
if (linkOutSfx)
|
||||
hsSetBits(sfx, plNetLinkingMgr::kPlayLinkOut);
|
||||
|
||||
plNetLinkingMgr::GetInstance()->LinkToAge( link.GetAgeLink(), linkAnim, (plNetLinkingMgr::LinkSfx)sfx );
|
||||
plNetLinkingMgr::GetInstance()->LinkToAge( link.GetAgeLink(), linkAnim, linkInSfx, linkOutSfx );
|
||||
}
|
||||
|
||||
void pyNetLinkingMgr::LinkToMyPersonalAge()
|
||||
|
Reference in New Issue
Block a user