mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Consistency: Pointer declarations next to the variable name instead of the type
This commit is contained in:
parent
3e99456542
commit
ba7fa3a407
1 changed files with 1 additions and 1 deletions
|
|
@ -5527,7 +5527,7 @@ void P_InitSpecials(void)
|
||||||
P_InitTagLists(); // Create xref tables for tags
|
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
|
if (!(master->flags & ML_NOSONIC)) // Modify floor flat alignment unless NOSONIC flag is set
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue