fixed #662, SimpleAudioEngine::playEffect() assertion bug on marmalade

This commit is contained in:
Walzer 2011-08-31 16:35:40 +08:00
parent a68fb803a0
commit 6347f878c2
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ namespace CocosDenshion
if (s3eSoundGetError()!= S3E_SOUND_ERR_NONE)
{
IwAssertMsg(GAME, this, ("Play sound %s Failed. Error Code : %s", pszFilePath, s3eSoundGetErrorString()));
IwAssertMsg(GAME, false, ("Play sound %s Failed. Error Code : %s", pszFilePath, s3eSoundGetErrorString()));
}
return channel;