diff --git a/src/p_slopes.c b/src/p_slopes.c index 52a056549..f8411e11b 100644 --- a/src/p_slopes.c +++ b/src/p_slopes.c @@ -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;