mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Fix P_SpawnSkidDust description
This commit is contained in:
parent
8108fc7cf5
commit
8b7f90d645
1 changed files with 1 additions and 1 deletions
|
|
@ -7859,7 +7859,7 @@ void P_ElementalFire(player_t *player, boolean cropcircle)
|
||||||
//
|
//
|
||||||
// P_SpawnSkidDust
|
// P_SpawnSkidDust
|
||||||
//
|
//
|
||||||
// Spawns spindash dust randomly around the mobj using its radius as a bound
|
// Spawns spindash dust randomly around the player within a certain radius.
|
||||||
//
|
//
|
||||||
static void P_SpawnSkidDust(player_t *player, fixed_t radius, boolean sound)
|
static void P_SpawnSkidDust(player_t *player, fixed_t radius, boolean sound)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue