@@ -387,13 +387,13 @@ void CActor::Load(LPCSTR section)
387387 char buf[256 ];
388388
389389 GEnv.Sound ->create (
390- sndDie[0 ], strconcat (sizeof (buf), buf, *cName (), " \\ die0" ), st_Effect, SOUND_TYPE_MONSTER_DYING);
390+ sndDie[0 ], strconcat (sizeof (buf), buf, *cName (), DELIMITER " die0" ), st_Effect, SOUND_TYPE_MONSTER_DYING);
391391 GEnv.Sound ->create (
392- sndDie[1 ], strconcat (sizeof (buf), buf, *cName (), " \\ die1" ), st_Effect, SOUND_TYPE_MONSTER_DYING);
392+ sndDie[1 ], strconcat (sizeof (buf), buf, *cName (), DELIMITER " die1" ), st_Effect, SOUND_TYPE_MONSTER_DYING);
393393 GEnv.Sound ->create (
394- sndDie[2 ], strconcat (sizeof (buf), buf, *cName (), " \\ die2" ), st_Effect, SOUND_TYPE_MONSTER_DYING);
394+ sndDie[2 ], strconcat (sizeof (buf), buf, *cName (), DELIMITER " die2" ), st_Effect, SOUND_TYPE_MONSTER_DYING);
395395 GEnv.Sound ->create (
396- sndDie[3 ], strconcat (sizeof (buf), buf, *cName (), " \\ die3" ), st_Effect, SOUND_TYPE_MONSTER_DYING);
396+ sndDie[3 ], strconcat (sizeof (buf), buf, *cName (), DELIMITER " die3" ), st_Effect, SOUND_TYPE_MONSTER_DYING);
397397
398398 m_HeavyBreathSnd.create (
399399 pSettings->r_string (section, " heavy_breath_snd" ), st_Effect, SOUND_TYPE_MONSTER_INJURING);
0 commit comments