From 47a4cffb3099eb50f9405e1ab61124a22bb62d2b Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Thu, 9 Apr 2009 02:02:55 +0000 Subject: [PATCH] - And again... SVN r1535 (trunk) --- src/p_maputl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/p_maputl.cpp b/src/p_maputl.cpp index f1818a3d82..664fd3cf85 100644 --- a/src/p_maputl.cpp +++ b/src/p_maputl.cpp @@ -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];