mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-10 03:51:41 +00:00
Modlist_Init: fix unused variable warning
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1449 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
7df6ca7bd1
commit
0a5cd3c2ad
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ void Modlist_Init (void)
|
|||
void Modlist_Init (void)
|
||||
{
|
||||
DIR *dir_p, *mod_dir_p;
|
||||
struct dirent *dir_t, *mod_dir_t;
|
||||
struct dirent *dir_t;
|
||||
char dir_string[MAX_OSPATH], mod_string[MAX_OSPATH];
|
||||
|
||||
q_snprintf (dir_string, sizeof(dir_string), "%s/", com_basedir);
|
||||
|
|
Loading…
Reference in a new issue