mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 08:40:39 +00:00
Misc cleanups.
This commit is contained in:
parent
d8dc00f29b
commit
b9c0c95729
5 changed files with 10 additions and 12 deletions
|
@ -135,9 +135,9 @@ void locs_reset()
|
|||
}
|
||||
|
||||
free(locations);
|
||||
locations=0;
|
||||
locations_alloced = 0;
|
||||
locations_count = 0;
|
||||
locations = NULL;
|
||||
}
|
||||
|
||||
void locs_more()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue