* 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://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@232 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Ozkan Sezer 2010-06-26 07:56:28 +00:00
parent 5fdce8c9ef
commit 8126ad58a8

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