Fix for open/close sound errors
Cette révision appartient à :
Parent
ad323277fd
révision
d7fa014be4
1 fichiers modifiés avec 2 ajouts et 2 suppressions
|
@ -22,7 +22,7 @@ function UILib.ConfigureModeEnabled()
|
|||
EventFull.RefreshButtons = true;
|
||||
EventFull.RefChecked = true;
|
||||
EventFull.RefUsable = true;
|
||||
PlaySound("igCharacterInfoOpen");
|
||||
PlaySound(839, "Master");
|
||||
end
|
||||
|
||||
|
||||
|
@ -39,7 +39,7 @@ function UILib.ConfigureModeDisabled()
|
|||
EventFull.RefreshButtons = true;
|
||||
EventFull.RefChecked = true;
|
||||
EventFull.RefUsable = true;
|
||||
PlaySound("igCharacterInfoClose");
|
||||
PlaySound(840, "Master");
|
||||
end
|
||||
|
||||
|
||||
|
|
Référencer dans un nouveau ticket