mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 17:09:19 +02:00
added class members initializations
This commit is contained in:
@@ -15,10 +15,11 @@ http://mozilla.org/MPL/2.0/.
|
||||
|
||||
class TFadeSound
|
||||
{
|
||||
PSound Sound;
|
||||
float fFade;
|
||||
float dt, fTime;
|
||||
TSoundState State;
|
||||
PSound Sound = nullptr;
|
||||
float fFade = 0.0f;
|
||||
float dt = 0.0f,
|
||||
fTime = 0.0f;
|
||||
TSoundState State = ss_Off;
|
||||
|
||||
public:
|
||||
TFadeSound();
|
||||
|
||||
Reference in New Issue
Block a user