Rootex
Rootex copied to clipboard
`System::m_IsActive` & `m_IsSystemPaused` serve the same purpose. Get rid of `System::m_IsActive`
System::m_IsActive becomes redundant after introduction of m_IsSystemPaused. Refactor the code wherever System::m_IsActive is used, to incorporate m_IsSystemPause instead.