Skip to content

Commit 65b7a4d

Browse files
committed
src/xrSound - the case of letters in include strings has been changed
1 parent 4fae25f commit 65b7a4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/xrSound/SoundRender_Emitter_FSM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ IC void volume_lerp(float& c, float t, float s, float dt)
238238
c += (diff / diff_a) * mot;
239239
}
240240

241-
#include "xrServerEntities\ai_sounds.h"
241+
#include "xrServerEntities/ai_sounds.h"
242242

243243
bool CSoundRender_Emitter::update_culling(float dt)
244244
{

src/xrSound/xr_streamsnd.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "stdafx.h"
2-
#include "soundrender.h"
3-
#include "soundrender_core.h"
2+
#include "SoundRender.h"
3+
#include "SoundRender_Core.h"
44
#include "xr_streamsnd.h"
55

66
const u32 dwDestBufSize = 44 * 1024;

0 commit comments

Comments
 (0)