fix base not called
This commit is contained in:
@@ -18,6 +18,8 @@ ScreenExit::ScreenExit( CString sName ): Screen( sName )
|
|||||||
|
|
||||||
void ScreenExit::Init()
|
void ScreenExit::Init()
|
||||||
{
|
{
|
||||||
|
Screen::Init();
|
||||||
|
|
||||||
m_Exited = false;
|
m_Exited = false;
|
||||||
|
|
||||||
ArchHooks::SetUserQuit();
|
ArchHooks::SetUserQuit();
|
||||||
|
|||||||
Reference in New Issue
Block a user