fix weird mixer crash that was annoying the dh

SVN revision: 76295
This commit is contained in:
Mike Blumenkrantz 2012-09-07 10:46:46 +00:00
parent 54ea19dc37
commit 65719dfb4d
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ E_Mixer_System *
e_mixer_system_new(const char *name)
{
_e_mixer_dummy_set();
if (!name) return NULL;
if (name == _name || strcmp(name, _name) == 0)
return (E_Mixer_System *)-1;