comparison Player.cpp @ 1754:421c29d4ab3e

UITransition.cpp cleaning(continue)
author Ritor1
date Mon, 30 Sep 2013 17:29:27 +0600
parents cecb080929c4
children a2ea57410b15 20223822fabc
comparison
equal deleted inserted replaced
1753:999bf8c99514 1754:421c29d4ab3e
916 } 916 }
917 return 0; 917 return 0;
918 } 918 }
919 if ( !CanFitItem(index, uItemID) ) 919 if ( !CanFitItem(index, uItemID) )
920 { 920 {
921 pAudioPlayer->PlaySound(SOUND_27, 0, 0, -1, 0, 0, 0, 0); 921 pAudioPlayer->PlaySound(SOUND_error, 0, 0, -1, 0, 0, 0, 0);
922 return 0; 922 return 0;
923 } 923 }
924 return CreateItemInInventory(index, uItemID); 924 return CreateItemInInventory(index, uItemID);
925 } 925 }
926 926