Misplaced (

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401541
This commit is contained in:
Michael McKoy 2007-10-08 22:13:49 +00:00
parent 936d90a93c
commit 2008ca0e0b

View File

@ -351,7 +351,7 @@ public Action:Timer_StartRTV(Handle:timer)
// We assume that g_RTVMapList is within the correct limits, based on the logic for nominations
for (new i = 0; i < GetArraySize(g_RTVMapList); i++)
{
GetArrayString(g_RTVMapList, i, map, sizeofmap));
GetArrayString(g_RTVMapList, i, map, sizeof(map));
AddMenuItem(MapVoteMenu, map, map);
for (new j = 0; j < GetArraySize(tempMaps); j++)