Skip to content

Commit a96b640

Browse files
committed
simple rename sound.* to Sound.*
1 parent b6cbf2b commit a96b640

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

src/xrEngine/GameMtlLib.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class IWriter;
5656
#endif
5757

5858
#ifndef GM_NON_GAME
59-
#include "xrSound/sound.h"
59+
#include "xrSound/Sound.h"
6060
#include "Include/xrRender/WallMarkArray.h"
6161
#include "Include/xrRender/RenderFactory.h"
6262
typedef xr_vector<ref_sound> SoundVec;
@@ -107,13 +107,13 @@ struct MTL_EXPORT_API SGameMtl
107107
float fPHBounceStartVelocity; // ?
108108
float fPHBouncing; // ?
109109
// shoot&bounce&visibility&flotation
110-
float fFlotationFactor; // 0.f - 1.f (1.f-полностью проходимый)
111-
float fShootFactor; // 0.f - 1.f (1.f-полностью простреливаемый)
112-
float fShootFactorMP; // 0.f - 1.f (1.f-полностью простреливаемый)
110+
float fFlotationFactor; // 0.f - 1.f (1.f-?????????????????? ????????????????????)
111+
float fShootFactor; // 0.f - 1.f (1.f-?????????????????? ??????????????????????????????)
112+
float fShootFactorMP; // 0.f - 1.f (1.f-?????????????????? ??????????????????????????????)
113113
float fBounceDamageFactor; // 0.f - 100.f
114-
float fInjuriousSpeed; // 0.f - ... (0.f-не отбирает здоровье (скорость уменьшения здоровья))
115-
float fVisTransparencyFactor; // 0.f - 1.f (1.f-полностью прозрачный)
116-
float fSndOcclusionFactor; // 0.f - 1.f (1.f-полностью слышен)
114+
float fInjuriousSpeed; // 0.f - ... (0.f-???? ???????????????? ???????????????? (???????????????? ???????????????????? ????????????????))
115+
float fVisTransparencyFactor; // 0.f - 1.f (1.f-?????????????????? ????????????????????)
116+
float fSndOcclusionFactor; // 0.f - 1.f (1.f-?????????????????? ????????????)
117117
float fDensityFactor;
118118

119119
public:

src/xrPhysics/stdafx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "xrServerEntities/smart_cast.h"
1111

1212
#include "xrCDB/xrCDB.h"
13-
#include "xrSound/sound.h"
13+
#include "xrSound/Sound.h"
1414
#include "xrEngine/GameMtlLib.h"
1515
#include "xrCore/_std_extensions.h"
1616

File renamed without changes.
File renamed without changes.

src/xrSound/SoundRender.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#pragma once
22

3-
#include "sound.h"
3+
#include "Sound.h"
44

55
class CSoundRender_Core;
66
class CSoundRender_Source;

src/xrSound/stdafx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include <vorbis/vorbisfile.h>
2727

2828
#include "xrCDB/xrCDB.h"
29-
#include "sound.h"
29+
#include "Sound.h"
3030

3131
#include "xrCore/xr_resource.h"
3232

0 commit comments

Comments
 (0)