diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/game.cpp b/src/game.cpp index 00ad352d..9d55b3e4 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -351,14 +351,6 @@ void do_input() } } } - else if (event.button.button == 1) - { - // Experimental mouse walk support - walk(mx, my, 0); - player_node->setPath(tiledMap->findPath( - player_node->x, player_node->y, - mx, my)); - } } // Push input to GUI when not used |