]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - console.c
don't spam joy_active notices with developer_extra
[xonotic/darkplaces.git] / console.c
index ae73809b9d8decedd2274775a520f37f270a88bb..bb9c277d7a7848429e6fd7f305c79d5166af2a4c 100644 (file)
--- a/console.c
+++ b/console.c
@@ -2822,7 +2822,7 @@ void Con_CompleteCommandLine (void)
                                        }
                                        else
                                        {
-                                               stringlistsort(&resultbuf); // dirbuf is already sorted
+                                               stringlistsort(&resultbuf, true); // dirbuf is already sorted
                                                Con_Printf("\n%i possible filenames\n", resultbuf.numstrings + dirbuf.numstrings);
                                                for(i = 0; i < dirbuf.numstrings; ++i)
                                                {