mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
All C files should a newline at the end
This commit is contained in:
parent
88445e72c4
commit
f546dced92
3 changed files with 3 additions and 3 deletions
|
|
@ -13715,4 +13715,4 @@ void A_ModuloToState(mobj_t *actor)
|
||||||
if ((modulothing % locvar1 == 0))
|
if ((modulothing % locvar1 == 0))
|
||||||
P_SetMobjState(actor, (locvar2));
|
P_SetMobjState(actor, (locvar2));
|
||||||
modulothing++;
|
modulothing++;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -9265,4 +9265,4 @@ static void P_SpawnPushers(void)
|
||||||
Add_Pusher(p_downwind, l->dx, l->dy, NULL, s, -1, l->flags & ML_NOCLIMB, l->flags & ML_EFFECT4);
|
Add_Pusher(p_downwind, l->dx, l->dy, NULL, s, -1, l->flags & ML_NOCLIMB, l->flags & ML_EFFECT4);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2304,4 +2304,4 @@ void ModFilter_OnChange(void)
|
||||||
if (openmpt_mhandle)
|
if (openmpt_mhandle)
|
||||||
openmpt_module_set_render_param(openmpt_mhandle, OPENMPT_MODULE_RENDER_INTERPOLATIONFILTER_LENGTH, cv_modfilter.value);
|
openmpt_module_set_render_param(openmpt_mhandle, OPENMPT_MODULE_RENDER_INTERPOLATIONFILTER_LENGTH, cv_modfilter.value);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue