Remove the loadingscreen stuff from the menu as it's empty right now anyway.

This commit is contained in:
Marco Cawthorne 2019-01-10 11:17:45 +01:00
parent 732d140050
commit 6e82e3b576

View file

@ -61,10 +61,10 @@ void m_draw(vector screensize)
oldtime = time;
}
void m_drawloading(vector screensize, float opaque)
/*void m_drawloading(vector screensize, float opaque)
{
}
}*/
float Menu_InputEvent(float evtype, float scanx, float chary, float devid)
{