diff options
Diffstat (limited to 'src/localplayer.cpp')
-rw-r--r-- | src/localplayer.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/localplayer.cpp b/src/localplayer.cpp index b998a5ee2..231cfba4a 100644 --- a/src/localplayer.cpp +++ b/src/localplayer.cpp @@ -80,10 +80,6 @@ #include "debug.h" -// This is the minimal delay between to permitted -// setDestination() calls using the keyboard. -// TODO: This can fine tuned later on when running is added... -const short walkingKeyboardDelay = 1000; const short awayLimitTimer = 60; LocalPlayer *player_node = nullptr; |