diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-01-22 02:58:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-01-22 02:58:51 +0300 |
commit | 2d4e2d93267392487c17cfc6b2649bdd29d42456 (patch) | |
tree | d5ae6bb22999c53f85008d5e4643f3a90ce34464 /src/localplayer.h | |
parent | fff0343ddfdfab92c9b21453df76e57fa1426f4c (diff) | |
download | plus-2d4e2d93267392487c17cfc6b2649bdd29d42456.tar.gz plus-2d4e2d93267392487c17cfc6b2649bdd29d42456.tar.bz2 plus-2d4e2d93267392487c17cfc6b2649bdd29d42456.tar.xz plus-2d4e2d93267392487c17cfc6b2649bdd29d42456.zip |
Show incomplete ping value if time waiting already more than previous ping time.
Diffstat (limited to 'src/localplayer.h')
-rw-r--r-- | src/localplayer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/localplayer.h b/src/localplayer.h index 2d463de4e..ce615b2e6 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -286,8 +286,7 @@ class LocalPlayer final : public Being, int getDisableGameModifiers() const A_WARN_UNUSED { return mDisableGameModifiers; } - int getPingTime() const A_WARN_UNUSED - { return mPingTime; } + int getPingTime() const A_WARN_UNUSED; void tryPingRequest(); |