From 652a1984fe21d6416b33e8eda79820e1afc5f800 Mon Sep 17 00:00:00 2001
From: lachwright <lachlanwright17@gmail.com>
Date: Sun, 26 Jan 2020 03:44:10 +0800
Subject: [PATCH] Fix P_SpawnSkidDust description

---
 src/p_user.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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