mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
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:
parent
097c46c8b2
commit
5c023d21ad
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue