mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-23 04:22:34 +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 BlendB = 0;
|
||||||
float BlendA = 0;
|
float BlendA = 0;
|
||||||
|
|
||||||
//FString SoundClass = "player";
|
|
||||||
FString SoundClass = "player";
|
FString SoundClass = "player";
|
||||||
FString LogText; // [RH] Log for Strife
|
FString LogText; // [RH] Log for Strife
|
||||||
FString SubtitleText;
|
FString SubtitleText;
|
||||||
int SubtitleCounter;
|
int SubtitleCounter;
|
||||||
|
|
||||||
//SoundClass != nullptr ? mo->StringVar(NAME_SoundClass) : "player";
|
|
||||||
|
|
||||||
DAngle MinPitch = 0.; // Viewpitch limits (negative is up, positive is down)
|
DAngle MinPitch = 0.; // Viewpitch limits (negative is up, positive is down)
|
||||||
DAngle MaxPitch = 0.;
|
DAngle MaxPitch = 0.;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue