RTV Menu title translation bug fixed

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401506
This commit is contained in:
Michael McKoy 2007-09-29 14:46:59 +00:00
parent 75074ffcee
commit 222acb80ee

View File

@ -338,7 +338,7 @@ public Action:Timer_StartRTV(Handle:timer)
PrintToChatAll("[SM] %t", "RTV Vote Ready"); PrintToChatAll("[SM] %t", "RTV Vote Ready");
new Handle:MapVoteMenu = CreateMenu(Handler_MapMapVoteMenu, MenuAction:MENU_ACTIONS_ALL); new Handle:MapVoteMenu = CreateMenu(Handler_MapMapVoteMenu, MenuAction:MENU_ACTIONS_ALL);
SetMenuTitle(MapVoteMenu, "%t", "Rock The Vote"); SetMenuTitle(MapVoteMenu, "Rock The Vote");
new limit = (GetArraySize(g_RTVMapList) < GetConVarInt(g_Cvar_Maps) ? GetArraySize(g_RTVMapList) : GetConVarInt(g_Cvar_Maps)); new limit = (GetArraySize(g_RTVMapList) < GetConVarInt(g_Cvar_Maps) ? GetArraySize(g_RTVMapList) : GetConVarInt(g_Cvar_Maps));
for (new i = 0; i < limit; i++) for (new i = 0; i < limit; i++)