mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-01 05:30:58 +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;
|
int i;
|
||||||
edict_t *ent;
|
edict_t *ent;
|
||||||
FILE *f;
|
FILE *f;
|
||||||
void *base;
|
|
||||||
|
|
||||||
f = fopen(filename, "wb");
|
f = fopen(filename, "wb");
|
||||||
|
|
||||||
|
@ -1005,7 +1004,6 @@ ReadLevel(const char *filename)
|
||||||
int entnum;
|
int entnum;
|
||||||
FILE *f;
|
FILE *f;
|
||||||
int i;
|
int i;
|
||||||
void *base;
|
|
||||||
edict_t *ent;
|
edict_t *ent;
|
||||||
|
|
||||||
f = fopen(filename, "rb");
|
f = fopen(filename, "rb");
|
||||||
|
|
Loading…
Reference in a new issue