fixed return value in DisplayTopMenu()
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401520
This commit is contained in:
parent
c181282248
commit
f956093b93
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user