summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-07-23 02:30:20 +0300
committerAndrei Karas <akaras@inbox.ru>2014-07-23 02:30:20 +0300
commit648c85816ca9398dd9c672d5d4230bef030e0274 (patch)
tree1d897dff70e183cb8c31f558426921be8dcf6ce7 /src/game.cpp
parent6336dabcb33ca6b4d417b352fa0b12651b6f4c57 (diff)
downloadplus-648c85816ca9398dd9c672d5d4230bef030e0274.tar.gz
plus-648c85816ca9398dd9c672d5d4230bef030e0274.tar.bz2
plus-648c85816ca9398dd9c672d5d4230bef030e0274.tar.xz
plus-648c85816ca9398dd9c672d5d4230bef030e0274.zip
move "change camera mode" option into gamemodifiers.
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index aaa0ed9cf..2262e34e5 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -880,7 +880,7 @@ void Game::moveInDirection(const unsigned char direction)
if (!viewport)
return;
- if (!viewport->getCameraMode())
+ if (!settings.cameraMode)
{
if (player_node)
player_node->specialMove(direction);