fixed return value in DisplayTopMenu()

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401520
This commit is contained in:
David Anderson 2007-10-01 20:34:46 +00:00
parent c181282248
commit f956093b93

View File

@ -200,7 +200,7 @@ native RemoveFromTopMenu(Handle:topmenu, TopMenuObject:object);
* @return True on success, false on failure. * @return True on success, false on failure.
* @error Invalid TopMenu Handle or client not in game. * @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. * Finds a category's object ID in a TopMenu.