Skip to content

Commit

Permalink
xrEngine: fixed sound loading
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleivg committed Oct 9, 2018
1 parent 71b9867 commit 3d1e0d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/xrEngine/thunderbolt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ void SThunderboltDesc::load(CInifile& pIni, shared_str const& sect)

// sound
m_name = pIni.r_string(sect, "sound");
xr_strcpy(tmp, m_name);
#if defined(LINUX)
while (char* sep = strchr(tmp, '\\')) *sep = '/';
#endif
Expand Down

0 comments on commit 3d1e0d8

Please sign in to comment.