mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-18 15:32:33 +00:00
Consistency: Pointer declarations next to the variable name instead of the type
This commit is contained in:
parent
975a318460
commit
2e8cb9582a
1 changed files with 1 additions and 1 deletions
|
@ -5527,7 +5527,7 @@ void P_InitSpecials(void)
|
|||
P_InitTagLists(); // Create xref tables for tags
|
||||
}
|
||||
|
||||
static void P_ApplyFlatAlignment(line_t* master, sector_t* sector, angle_t flatangle, fixed_t xoffs, fixed_t yoffs)
|
||||
static void P_ApplyFlatAlignment(line_t *master, sector_t *sector, angle_t flatangle, fixed_t xoffs, fixed_t yoffs)
|
||||
{
|
||||
if (!(master->flags & ML_NOSONIC)) // Modify floor flat alignment unless NOSONIC flag is set
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue