* Applied ajax's cleanup patch
This commit is contained in:
parent
4c6f59c541
commit
fe14a45ad1
40 changed files with 166 additions and 166 deletions
|
@ -1554,7 +1554,7 @@ Menu_ItemAtCursor
|
|||
void *Menu_ItemAtCursor( menuframework_s *m )
|
||||
{
|
||||
if ( m->cursor < 0 || m->cursor >= m->nitems )
|
||||
return 0;
|
||||
return NULL;
|
||||
|
||||
return m->items[m->cursor];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue