From 5fd675aac1c8b6f4948fb2b332d4ee8ec223986e Mon Sep 17 00:00:00 2001 From: divverent Date: Sun, 17 May 2009 19:00:10 +0000 Subject: [PATCH] argh, should be called darkplaces_history.txt (like darkplaces_iplog.txt) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8972 d7cf8633-e32d-0410-b094-e92efae38249 --- keys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keys.c b/keys.c index a024ca04..885212da 100644 --- a/keys.c +++ b/keys.c @@ -41,7 +41,7 @@ char history_savedline[MAX_INPUTLINE]; static void Key_History_Init() { - qfile_t *historyfile = FS_OpenRealFile("dp_history.txt", "r", false); + qfile_t *historyfile = FS_OpenRealFile("darkplaces_history.txt", "r", false); if(historyfile) { char buf[MAX_INPUTLINE]; @@ -81,7 +81,7 @@ static void Key_History_Shutdown() { // TODO write history to a file - qfile_t *historyfile = FS_OpenRealFile("dp_history.txt", "w", false); + qfile_t *historyfile = FS_OpenRealFile("darkplaces_history.txt", "w", false); if(historyfile) { int l = -1; -- 2.39.2