mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
SpawnVertexSlops() is only used in p_slopes.c
This commit is contained in:
parent
82b73a9ea8
commit
fbee649c65
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.
|
/// Spawn textmap vertex slopes.
|
||||||
void SpawnVertexSlopes (void)
|
static void SpawnVertexSlopes (void)
|
||||||
{
|
{
|
||||||
line_t *l1, *l2;
|
line_t *l1, *l2;
|
||||||
sector_t* sc;
|
sector_t* sc;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue