diff --git a/src/playsim/d_player.h b/src/playsim/d_player.h index a7c66b72c..3c649b5db 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.;