Mercurial > mm7
diff Player.cpp @ 1760:a2ea57410b15
Merge
author | Grumpy7 |
---|---|
date | Tue, 01 Oct 2013 06:19:58 +0200 |
parents | 845a6503f55c 421c29d4ab3e |
children | 2051dfa0a00c 110727780974 |
line wrap: on
line diff
--- a/Player.cpp Tue Oct 01 06:17:32 2013 +0200 +++ b/Player.cpp Tue Oct 01 06:19:58 2013 +0200 @@ -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);