diff --git a/src/p_user.c b/src/p_user.c index 9950cdf91..ba38e190d 100644 --- a/src/p_user.c +++ b/src/p_user.c @@ -7859,7 +7859,7 @@ void P_ElementalFire(player_t *player, boolean cropcircle) // // 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) {