mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 07:12:02 +00:00
- And again...
SVN r1535 (trunk)
This commit is contained in:
parent
6a75a5ac94
commit
47a4cffb30
1 changed files with 1 additions and 1 deletions
|
@ -854,7 +854,7 @@ AActor *FBlockThingsIterator::Next()
|
|||
}
|
||||
if (i < 0)
|
||||
{ // Add me to the hash table and return me.
|
||||
if (NumFixedHash < countof(FixedHash))
|
||||
if (NumFixedHash < (int)countof(FixedHash))
|
||||
{
|
||||
entry = &FixedHash[NumFixedHash];
|
||||
entry->Next = Buckets[hash];
|
||||
|
|
Loading…
Reference in a new issue