We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47884e commit 688c514Copy full SHA for 688c514
code/cfile/cfile.cpp
@@ -879,6 +879,7 @@ int cfget_cfile_block()
879
880
// Dump a list of all opened files
881
mprintf(("Out of cfile blocks! Currently opened files:\n"));
882
+ dump_opened_files();
883
884
Assertion(false, "There are no more free cfile blocks. This means that there are too many files opened by FSO.\n"
885
"This is probably caused by a programming or scripting error where a file does not get closed."); // out of free cfile blocks
0 commit comments