Remove the loadingscreen stuff from the menu as it's empty right now anyway.
This commit is contained in:
parent
732d140050
commit
6e82e3b576
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue