We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6adcc commit a999c79Copy full SHA for a999c79
sp/src/game/server/sound.cpp
@@ -938,7 +938,7 @@ void CAmbientGeneric::SendSound( SoundFlags_t flags)
938
{
939
#ifdef MAPBASE
940
int iFlags = flags != SND_STOP ? ((int)flags | m_iSoundFlags) : flags;
941
- char *szSoundFile = (char *)STRING( m_iszSound );
+ const char *szSoundFile = STRING( m_iszSound );
942
CBaseEntity* pSoundSource = m_hSoundSource;
943
if ( pSoundSource )
944
0 commit comments