diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-07-18 01:51:36 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-07-18 01:51:36 +0300 |
commit | f0e95132f27ceb901fbd779fafc798a1f67a06a6 (patch) | |
tree | 52ee9ab21f4e01c2c8ae70b86841b0138349645d /src/localplayer.cpp | |
parent | 7e0a97d2521b9ce57003176e82a0b5564aa003c2 (diff) | |
download | plus-f0e95132f27ceb901fbd779fafc798a1f67a06a6.tar.gz plus-f0e95132f27ceb901fbd779fafc798a1f67a06a6.tar.bz2 plus-f0e95132f27ceb901fbd779fafc798a1f67a06a6.tar.xz plus-f0e95132f27ceb901fbd779fafc798a1f67a06a6.zip |
Another warning fixes.
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; |