SpawnVertexSlops() is only used in p_slopes.c

This commit is contained in:
Alam Ed Arias 2020-01-04 18:33:58 -05:00
parent 72f23a1075
commit 3bcf6b4b7e

View file

@ -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;