common.c (COM_LoadFile): Commented out the Draw_BeginDisc call. It causes core

dumps when called excessively in big mods.


git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@8 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2010-02-16 08:25:33 +00:00
parent 097c46c8b2
commit 5c023d21ad

View file

@ -1645,7 +1645,9 @@ byte *COM_LoadFile (char *path, int usehunk)
((byte *)buf)[len] = 0;
Draw_BeginDisc ();
// Draw_BeginDisc causes core dumps when called excessively in big mods S.A.
// Draw_BeginDisc ();
Sys_FileRead (h, buf, len);
COM_CloseFile (h);