``` UI_System.cpp:238:42: error: ordered comparison of pointer with integer zero (‘SHANDLE’ {aka ‘asIScriptFunction*’} and ‘int’) 238 | assert( m_PushScreen->m_hOnEnter >= 0 ); | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ ```