foxygit / doom Log in
commit 2a467d97a0a3e29aaced93d95dfdc3a70d092730
Author:     ceski <56656010+ceski-1@users.noreply.github.com>
AuthorDate: Mon Oct 30 11:53:13 2023 -0700
Commit:     ceski <56656010+ceski-1@users.noreply.github.com>
CommitDate: Mon Oct 30 11:53:13 2023 -0700

    Correct misleading comment
---
 src/i_pcsound.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/i_pcsound.c b/src/i_pcsound.c
index 6eeba1be..811ee43f 100644
--- a/src/i_pcsound.c
+++ b/src/i_pcsound.c
@@ -261,7 +261,7 @@ static int I_PCS_GetSfxLumpNum(sfxinfo_t* sfx)

         if (W_CheckNumForName(namebuf) == -1)
         {
-            // Missing sounds replaced with DPRIFLE, which is then disabled.
+            // Missing sounds replaced with DPRIFLE.
             M_snprintf(namebuf, sizeof(namebuf), "dp%s", DEH_String("rifle"));
         }
     }