From 574bd5fa1ee45a7452d2e85941fa33f946b63eae Mon Sep 17 00:00:00 2001 From: Stefan Dombrowski Date: Fri, 8 Oct 2010 23:19:12 +0200 Subject: Remove the following system Removed due to unresolved social issues. In master it had been already removed by Kage in commit 89f192b9039f9c000515f0a12f4bb9fb55c4691c. --- src/game.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/game.cpp') diff --git a/src/game.cpp b/src/game.cpp index 8e856dc0..66b6e3c4 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -778,26 +778,22 @@ void Game::handleInput() (joystick && joystick->isUp())) { direction |= Being::UP; - player_node->cancelFollow(); } else if (keyboard.isKeyActive(keyboard.KEY_MOVE_DOWN) || (joystick && joystick->isDown())) { direction |= Being::DOWN; - player_node->cancelFollow(); } if (keyboard.isKeyActive(keyboard.KEY_MOVE_LEFT) || (joystick && joystick->isLeft())) { direction |= Being::LEFT; - player_node->cancelFollow(); } else if (keyboard.isKeyActive(keyboard.KEY_MOVE_RIGHT) || (joystick && joystick->isRight())) { direction |= Being::RIGHT; - player_node->cancelFollow(); } if (keyboard.isKeyActive(keyboard.KEY_EMOTE) && direction != 0) -- cgit v1.2.3-70-g09d2