Fixed return value of VoteMenuToAll (bug 5254, r=asherkin).

This commit is contained in:
Ryan Stecker 2012-04-14 00:07:39 +01:00
parent 3697bc3866
commit 315a5c642e

View File

@ -489,7 +489,7 @@ native bool:VoteMenu(Handle:menu, clients[], numClients, time, flags=0);
* in progress.
* @error Invalid Handle.
*/
stock VoteMenuToAll(Handle:menu, time, flags=0)
stock bool:VoteMenuToAll(Handle:menu, time, flags=0)
{
new total;
decl players[MaxClients];