mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-15 16:41:22 +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: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@232 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
52f4e89d99
commit
bd2385e5ea
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