From 485e9bb12bf5dda318ac0ccbf1d2a1cd86cf8c70 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 5 Nov 2018 01:09:30 +0300 Subject: Fix code style. --- src/being/playerinfo.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/being/playerinfo.cpp') diff --git a/src/being/playerinfo.cpp b/src/being/playerinfo.cpp index 15c2eb939..32a39e0c7 100644 --- a/src/being/playerinfo.cpp +++ b/src/being/playerinfo.cpp @@ -173,7 +173,8 @@ int getStatEffective(const AttributesT id) const std::pair getStatExperience(const AttributesT id) { const StatMap::const_iterator it = mData.mStats.find(id); - int a, b; + int a; + int b; if (it != mData.mStats.end()) { a = it->second.exp; -- cgit v1.2.3-70-g09d2