mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
[cl_menu] Silence some debug output
This commit is contained in:
parent
67ec9bfb47
commit
bb0e65e9d4
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ void (int quick) scan_saves =
|
|||
filenames[i] = str_new ();
|
||||
loadable[i] = 0;
|
||||
string path = sprintf ("%s%i.sav", basename, i);
|
||||
dprint(path + "\n");
|
||||
//dprint(path + "\n");
|
||||
f = QFS_OpenFile (path);
|
||||
if (!f) {
|
||||
str_copy (filenames[i], "--- UNUSED SLOT ---");
|
||||
|
|
Loading…
Reference in a new issue