mirror of
https://github.com/td512/re3.git
synced 2026-01-26 07:41:02 +00:00
fixes
This commit is contained in:
@@ -488,7 +488,7 @@ void
|
||||
CMenuMultiChoiceTriggered::SelectCurrentOptionUnderCursor(void)
|
||||
{
|
||||
CMenuMultiChoice::SelectCurrentOptionUnderCursor();
|
||||
if(m_cursor != -1 && m_triggers[m_cursor] != NULL )
|
||||
if(m_cursor != -1 && m_triggers[m_cursor] != nil )
|
||||
m_triggers[m_cursor](this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user