From 5d43f16fea7f97f3302b89d64c165b7c5b5222dc Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 26 Jan 2013 14:15:34 +0300 Subject: Fix show ping time if timer overflowed and still no response from server. --- src/localplayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/localplayer.h') diff --git a/src/localplayer.h b/src/localplayer.h index ce615b2e6..600c8aef4 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -286,7 +286,7 @@ class LocalPlayer final : public Being, int getDisableGameModifiers() const A_WARN_UNUSED { return mDisableGameModifiers; } - int getPingTime() const A_WARN_UNUSED; + std::string getPingTime() const A_WARN_UNUSED; void tryPingRequest(); -- cgit v1.2.3-60-g2f50