mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 07:22:28 +00:00
SpawnVertexSlops() is only used in p_slopes.c
This commit is contained in:
parent
72f23a1075
commit
3bcf6b4b7e
1 changed files with 1 additions and 1 deletions
|
@ -508,7 +508,7 @@ static void line_SpawnViaVertexes(const int linenum, const boolean spawnthinker)
|
|||
}
|
||||
|
||||
/// Spawn textmap vertex slopes.
|
||||
void SpawnVertexSlopes (void)
|
||||
static void SpawnVertexSlopes (void)
|
||||
{
|
||||
line_t *l1, *l2;
|
||||
sector_t* sc;
|
||||
|
|
Loading…
Reference in a new issue