diff --git a/src/p_user.c b/src/p_user.c index 9950cdf91bd0c8c7fb635ac630f597dd594edb32..ba38e190dcc5e0ae91e321ffddd7e75510991b52 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) {