mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-23 10:41:51 +00:00
Static function
This commit is contained in:
parent
e2394c1817
commit
67702a8995
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue