Mercurial > mm7
diff Player.cpp @ 1754:421c29d4ab3e
UITransition.cpp cleaning(continue)
author | Ritor1 |
---|---|
date | Mon, 30 Sep 2013 17:29:27 +0600 |
parents | cecb080929c4 |
children | a2ea57410b15 20223822fabc |
line wrap: on
line diff
--- a/Player.cpp Mon Sep 30 11:41:55 2013 +0600 +++ b/Player.cpp Mon Sep 30 17:29:27 2013 +0600 @@ -918,7 +918,7 @@ } if ( !CanFitItem(index, uItemID) ) { - pAudioPlayer->PlaySound(SOUND_27, 0, 0, -1, 0, 0, 0, 0); + pAudioPlayer->PlaySound(SOUND_error, 0, 0, -1, 0, 0, 0, 0); return 0; } return CreateItemInInventory(index, uItemID);