Mercurial > mm7
diff UI/UIPopup.cpp @ 1754:421c29d4ab3e
UITransition.cpp cleaning(continue)
author | Ritor1 |
---|---|
date | Mon, 30 Sep 2013 17:29:27 +0600 |
parents | dc5f145b3d5d |
children | 633f81bb3ae7 |
line wrap: on
line diff
--- a/UI/UIPopup.cpp Mon Sep 30 11:41:55 2013 +0600 +++ b/UI/UIPopup.cpp Mon Sep 30 17:29:27 2013 +0600 @@ -1662,7 +1662,7 @@ { if (item->GetItemEquipType() != EQUIP_WAND) // can recharge only wands { - pAudioPlayer->PlaySound(SOUND_27, 0, 0, -1, 0, 0, 0, 0); + pAudioPlayer->PlaySound(SOUND_error, 0, 0, -1, 0, 0, 0, 0); return; } @@ -1995,3 +1995,4 @@ GameUI_DrawItemInfo(item); return; } +