From 7deea6cec5d2173f66d4c2dd75ca0b633b887bc7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 20 May 2018 00:17:30 +0300 Subject: sounds packed into CMPlugin (reduces usage of hLangpack) --- protocols/Omegle/src/proto.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/Omegle/src') diff --git a/protocols/Omegle/src/proto.cpp b/protocols/Omegle/src/proto.cpp index 37c127f940..5bd7fc668d 100644 --- a/protocols/Omegle/src/proto.cpp +++ b/protocols/Omegle/src/proto.cpp @@ -57,10 +57,10 @@ PROTO(proto_name, username) facy.set_handle(m_hNetlibUser); - Skin_AddSound("StrangerTyp", m_tszUserName, LPGENW("Stranger is typing")); - Skin_AddSound("StrangerTypStop", m_tszUserName, LPGENW("Stranger stopped typing")); - Skin_AddSound("StrangerChange", m_tszUserName, LPGENW("Changing stranger")); - Skin_AddSound("StrangerMessage", m_tszUserName, LPGENW("Receive message")); + g_plugin.addSound("StrangerTyp", m_tszUserName, LPGENW("Stranger is typing")); + g_plugin.addSound("StrangerTypStop", m_tszUserName, LPGENW("Stranger stopped typing")); + g_plugin.addSound("StrangerChange", m_tszUserName, LPGENW("Changing stranger")); + g_plugin.addSound("StrangerMessage", m_tszUserName, LPGENW("Receive message")); } OmegleProto::~OmegleProto() -- cgit v1.2.3