mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-20 00:11:32 +00:00
Remove an unused variable
This commit is contained in:
parent
8ba8373440
commit
89f808185d
1 changed files with 0 additions and 2 deletions
|
@ -914,7 +914,6 @@ WriteLevel(const char *filename)
|
|||
int i;
|
||||
edict_t *ent;
|
||||
FILE *f;
|
||||
void *base;
|
||||
|
||||
f = fopen(filename, "wb");
|
||||
|
||||
|
@ -1005,7 +1004,6 @@ ReadLevel(const char *filename)
|
|||
int entnum;
|
||||
FILE *f;
|
||||
int i;
|
||||
void *base;
|
||||
edict_t *ent;
|
||||
|
||||
f = fopen(filename, "rb");
|
||||
|
|
Loading…
Reference in a new issue