Consistency: Pointer declarations next to the variable name instead of the type

This commit is contained in:
MascaraSnake 2018-05-15 09:39:52 +02:00
parent 975a318460
commit 2e8cb9582a
1 changed files with 1 additions and 1 deletions

View File

@ -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
{