mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-09 09:10:54 +00:00
* 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:
parent
5fdce8c9ef
commit
8126ad58a8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue