Fix banfile writing to wrong game directory

This commit is contained in:
Thilo Schulz 2011-02-04 12:34:11 +00:00
parent 3148416c04
commit 0eb5d1720c
3 changed files with 14 additions and 13 deletions

View file

@ -714,6 +714,8 @@ void FS_HomeRemove( const char *homePath );
void FS_FilenameCompletion( const char *dir, const char *ext,
qboolean stripExt, void(*callback)(const char *s) );
const char *FS_GetCurrentGameDir(void);
/*
==============================================================