1
0
forked from 0ad/0ad

remove vfs_display; greatly speeds up startup when -quickstart isn't specified, although that is strongly recommended.

This was SVN commit r3937.
This commit is contained in:
janwas 2006-06-03 21:21:59 +00:00
parent 54c1508db6
commit 8bba11af2b

View File

@ -973,7 +973,8 @@ void Init(int argc, char* argv[], uint flags)
if(!g_Quickstart) if(!g_Quickstart)
{ {
WriteSystemInfo(); WriteSystemInfo();
vfs_display(); // disabled to decrease startup time // note: no longer vfs_display here. it's dog-slow due to unbuffered
// file output and very rarely needed.
} }
else else
{ {