git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8972
d7cf8633-e32d-0410-b094-
e92efae38249
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];
{
// 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;