mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-12 23:54:33 +00:00
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:
parent
c7cd25cbcc
commit
4c9461d364
1 changed files with 0 additions and 3 deletions
|
@ -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.;
|
||||
|
||||
|
|
Loading…
Reference in a new issue