Skip to content

Commit

Permalink
src/xrSound - the case of letters in include strings has been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
q4a committed Jun 30, 2018
1 parent 4fae25f commit 65b7a4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/xrSound/SoundRender_Emitter_FSM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ IC void volume_lerp(float& c, float t, float s, float dt)
c += (diff / diff_a) * mot;
}

#include "xrServerEntities\ai_sounds.h"
#include "xrServerEntities/ai_sounds.h"

bool CSoundRender_Emitter::update_culling(float dt)
{
Expand Down
4 changes: 2 additions & 2 deletions src/xrSound/xr_streamsnd.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "soundrender.h"
#include "soundrender_core.h"
#include "SoundRender.h"
#include "SoundRender_Core.h"
#include "xr_streamsnd.h"

const u32 dwDestBufSize = 44 * 1024;
Expand Down

0 comments on commit 65b7a4d

Please sign in to comment.