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

dumps when called excessively in big mods.


git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@8 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-02-16 08:25:33 +00:00
parent 2e5a7d7c80
commit 484cc36fce

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);