removed an API feature that was not only in the wrong place but was not implemented at all
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401353
This commit is contained in:
@@ -108,12 +108,11 @@ namespace SourceMod
|
||||
{
|
||||
ItemDrawInfo(const char *DISPLAY=NULL, unsigned int STYLE=ITEMDRAW_DEFAULT,
|
||||
unsigned int FLAGS=0, const char *HELPTEXT=NULL)
|
||||
: display(DISPLAY), style(STYLE), access(FLAGS)
|
||||
: display(DISPLAY), style(STYLE)
|
||||
{
|
||||
}
|
||||
const char *display; /**< Display text (NULL for none) */
|
||||
unsigned int style; /**< ITEMDRAW style flags */
|
||||
unsigned int access; /**< Access flags required to see */
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user