mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-13 15:31:28 +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+ssh://svn.code.sf.net/p/quakespasm/code/trunk@8 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
2e5a7d7c80
commit
484cc36fce
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