From f956093b93fc87baa661318dae5943b9c3ae7ce6 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 1 Oct 2007 20:34:46 +0000 Subject: [PATCH] fixed return value in DisplayTopMenu() --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401520 --- plugins/include/topmenus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/include/topmenus.inc b/plugins/include/topmenus.inc index 3e6115b6..ee16b47e 100644 --- a/plugins/include/topmenus.inc +++ b/plugins/include/topmenus.inc @@ -200,7 +200,7 @@ native RemoveFromTopMenu(Handle:topmenu, TopMenuObject:object); * @return True on success, false on failure. * @error Invalid TopMenu Handle or client not in game. */ -native DisplayTopMenu(Handle:topmenu, client, TopMenuPosition:position); +native bool:DisplayTopMenu(Handle:topmenu, client, TopMenuPosition:position); /** * Finds a category's object ID in a TopMenu.