summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-12-05 20:30:24 +0300
committerAndrei Karas <akaras@inbox.ru>2014-12-05 20:30:24 +0300
commitbd05fef587d0cbb821b6284567a81524cb0b15d3 (patch)
tree962ee03e6286952537f707f360ff19730e281374 /src/game.cpp
parent3b9c2fa508f6020e2456ea3d2e865549392a593a (diff)
downloadplus-bd05fef587d0cbb821b6284567a81524cb0b15d3.tar.gz
plus-bd05fef587d0cbb821b6284567a81524cb0b15d3.tar.bz2
plus-bd05fef587d0cbb821b6284567a81524cb0b15d3.tar.xz
plus-bd05fef587d0cbb821b6284567a81524cb0b15d3.zip
fix code style.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index e00e42d09..5b1c1455e 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -408,7 +408,8 @@ Game::Game() :
if (localPlayer)
localPlayer->updatePets();
- settings.disableLoggingInGame = config.getBoolValue("disableLoggingInGame");
+ settings.disableLoggingInGame = config.getBoolValue(
+ "disableLoggingInGame");
}
Game::~Game()