- And again...

SVN r1535 (trunk)
This commit is contained in:
Randy Heit 2009-04-09 02:02:55 +00:00
parent 6a75a5ac94
commit 47a4cffb30

View file

@ -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];