Fix banfile writing to wrong game directory
This commit is contained in:
parent
3148416c04
commit
0eb5d1720c
3 changed files with 14 additions and 13 deletions
|
@ -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);
|
||||
|
||||
/*
|
||||
==============================================================
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue