introduces ios support? still needs metal
This commit is contained in:
@@ -54,7 +54,7 @@ void IEngine_Signal(int sig)
|
||||
break;
|
||||
};
|
||||
IEngine::Shutdown();
|
||||
_exit(0);
|
||||
Plat_Exit(0);
|
||||
};
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
@@ -88,8 +88,14 @@ void IEngine::Init()
|
||||
|
||||
IVideo::Init();
|
||||
IInput::Init();
|
||||
IInput::SetMouseMode(MOUSE_MODE_GAME);
|
||||
}
|
||||
|
||||
IServer::LoadGame("funnygame");
|
||||
|
||||
IConsole::AddCommand("exec default.cfg;");
|
||||
IConsole::Execute();
|
||||
|
||||
};
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user