Update d_player.h

- Deleted some comment fragments I left when trying to get the SoundClass to init to NAME_SoundClass
This commit is contained in:
Shiny Metagross 2021-03-10 11:37:43 -07:00 committed by Christoph Oelckers
parent c7cd25cbcc
commit 4c9461d364

View file

@ -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.;