Static function

This commit is contained in:
Nev3r 2019-12-16 13:01:14 +01:00
parent e2394c1817
commit 67702a8995

View file

@ -487,7 +487,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;