From 1680d159ecbf75591d2dab1416ff8144c27d4de5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 30 Jul 2014 12:25:16 +0300 Subject: Rename player_node variable into localPlayer. --- src/emoteshortcut.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/emoteshortcut.cpp') diff --git a/src/emoteshortcut.cpp b/src/emoteshortcut.cpp index 30f3ee4ac..f0f554d37 100644 --- a/src/emoteshortcut.cpp +++ b/src/emoteshortcut.cpp @@ -72,12 +72,12 @@ void EmoteShortcut::save() const void EmoteShortcut::useEmote(const int index) const { - if (!player_node) + if (!localPlayer) return; if (index > 0 && index <= SHORTCUT_EMOTES) { if (mEmotes[index - 1] > 0) - player_node->emote(mEmotes[index - 1]); + localPlayer->emote(mEmotes[index - 1]); } } -- cgit v1.2.3-60-g2f50