* keys.c (HISTORY_FILE_NAME): define simply as history.txt without

prefixing with a game directory, so that the history file would be
written into the basedir and not affected by dynamic game directory
changes.


git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@232 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-06-26 07:56:28 +00:00
parent 53b780c9a2
commit 406ed513d4
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ key up events are sent even if in console mode
*/
#define HISTORY_FILE_NAME "id1/history.txt"
#define HISTORY_FILE_NAME "history.txt"
#define MAXCMDLINE 256
#define CMDLINES 32