mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
scaning the new save files needs a lot more memory
This commit is contained in:
parent
6678e67f05
commit
4a421dbb49
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ Menu_Load (void)
|
|||
|
||||
menu_pr_state.progs = 0;
|
||||
if ((size = QFS_FOpenFile (menu_pr_state.progs_name, &file)) != -1) {
|
||||
PR_LoadProgsFile (&menu_pr_state, file, size, 0, 256 * 1024);
|
||||
PR_LoadProgsFile (&menu_pr_state, file, size, 0, 512 * 1024);
|
||||
Qclose (file);
|
||||
|
||||
if (!PR_RunLoadFuncs (&menu_pr_state)) {
|
||||
|
|
Loading…
Reference in a new issue