mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 13:47:57 +03:00
WEF_CLEAR resets the whole bit pattern.
This commit is contained in:
parent
60a5e3fdc9
commit
95d10f794b
1 changed files with 1 additions and 1 deletions
|
@ -1854,7 +1854,7 @@ bool CIopBios::ProcessEventFlag(uint32 mode, uint32& value, uint32 mask, uint32*
|
|||
|
||||
if(mode & WEF_CLEAR)
|
||||
{
|
||||
value &= ~mask;
|
||||
value = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue