mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-02 23:31:57 +00:00
Fix P_SpawnSkidDust description
This commit is contained in:
parent
32607d6195
commit
652a1984fe
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…
Reference in a new issue