locs and teamplay: Minor cleanup. (locisgz!? Gone!)

gl_dyn_part.c: Minor cleanup.
This commit is contained in:
Zephaniah E. Hull 2001-01-23 14:36:53 +00:00
parent e9f3f3fa37
commit 33b135f3dd
4 changed files with 38 additions and 56 deletions

View file

@ -45,12 +45,6 @@ void map_to_loc (char *mapname, char *filename);
void locs_del (char *filename, vec3_t loc);
void locs_edit (char *filename, vec3_t loc, char *desc);
void locs_mark (char *filename, vec3_t loc, char *desc);
void locs_save (char *filename);
void locs_save (char *filename, qboolean gz);
int locs_nearest (vec3_t loc);
extern location_t **locations;
extern int locations_count;
#ifdef HAVE_ZLIB
extern int locisgz;
#endif
#endif // __locs_h