mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-17 13:01:41 +00:00
More VS2015 fixes
This commit is contained in:
parent
a6b1ac4331
commit
e9912417bf
3 changed files with 6 additions and 6 deletions
|
@ -385,7 +385,7 @@ void CTextureDLM::releaseLightMap(uint x, uint y)
|
|||
|
||||
// Free this bit in the block.
|
||||
nlassert(block->FreeSpace & mask);
|
||||
block->FreeSpace&= ~mask;
|
||||
block->FreeSpace&= (~mask & std::numeric_limits<uint>::max());
|
||||
|
||||
|
||||
// Free the block if necessary.
|
||||
|
|
Loading…
Reference in a new issue