View Single Post
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 12-28-2010 , 04:30   Re: Galileo 1.1.290 (a feature rich map voting plugin)
Reply With Quote #1004

It would be more :

Code:
if( TrieGetCell(g_Trie_nominationMap, map, mapIdx) )
{
     return mapIdx;
}
But yes, it would save some checks, though it's a very small optimization. Also, it would need to use TravTrie here, not Trie.
__________________
Arkshine is offline