diff options
Diffstat (limited to 'src/being/localplayer.cpp')
-rw-r--r-- | src/being/localplayer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/being/localplayer.cpp b/src/being/localplayer.cpp index ec4c51a19..e906ea5ab 100644 --- a/src/being/localplayer.cpp +++ b/src/being/localplayer.cpp @@ -99,7 +99,7 @@ static const int MAX_TICK_VALUE = INT_MAX / 2; typedef std::map<int, Guild*>::const_iterator GuildMapCIter; -LocalPlayer *player_node = nullptr; +LocalPlayer *localPlayer = nullptr; class SkillDialog; |