mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-02 22:11:22 +00:00
remove unused var
git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@943 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
b5e0d90e28
commit
005dbeffca
1 changed files with 0 additions and 1 deletions
|
@ -406,7 +406,6 @@ void Modlist_Init (void)
|
|||
struct dirent *dir_t, *mod_dir_t;
|
||||
qboolean progs_found, pak_found;
|
||||
char dir_string[MAX_OSPATH], mod_dir_string[MAX_OSPATH];
|
||||
int i;
|
||||
|
||||
q_snprintf (dir_string, sizeof(dir_string), "%s/", com_basedir);
|
||||
dir_p = opendir(dir_string);
|
||||
|
|
Loading…
Reference in a new issue