mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-04-03 16:32:57 +00:00
Fixing main.c shadows
This commit is contained in:
parent
968397da61
commit
f6129ea4e4
1 changed files with 0 additions and 1 deletions
1
main.c
1
main.c
|
@ -384,7 +384,6 @@ static bool options_parse(int argc, char **argv) {
|
|||
else
|
||||
{
|
||||
/* it's a QC filename */
|
||||
argitem item;
|
||||
item.filename = argv[0];
|
||||
item.type = TYPE_QC;
|
||||
vec_push(items, item);
|
||||
|
|
Loading…
Reference in a new issue