From 4c9461d36453ae818e489f96b141c818dc2271c4 Mon Sep 17 00:00:00 2001 From: Shiny Metagross <30511800+ShinyMetagross@users.noreply.github.com> Date: Wed, 10 Mar 2021 11:37:43 -0700 Subject: [PATCH] Update d_player.h - Deleted some comment fragments I left when trying to get the SoundClass to init to NAME_SoundClass --- src/playsim/d_player.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/playsim/d_player.h b/src/playsim/d_player.h index a7c66b72ce..3c649b5dbe 100644 --- a/src/playsim/d_player.h +++ b/src/playsim/d_player.h @@ -391,14 +391,11 @@ public: float BlendB = 0; float BlendA = 0; - //FString SoundClass = "player"; FString SoundClass = "player"; FString LogText; // [RH] Log for Strife FString SubtitleText; int SubtitleCounter; - //SoundClass != nullptr ? mo->StringVar(NAME_SoundClass) : "player"; - DAngle MinPitch = 0.; // Viewpitch limits (negative is up, positive is down) DAngle MaxPitch = 0.;