From b328b78653133f05107eadba31572874e4c35e95 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Apr 2012 01:14:22 +0300 Subject: Add LPS counter to debug window (Logic per second). Normally must be always 100 LPS. --- src/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 000f8749e..9e3996526 100644 --- a/src/client.h +++ b/src/client.h @@ -53,6 +53,7 @@ static const int MILLISECONDS_IN_A_TICK = 10; static const short DEFAULT_PORT = 6901; extern volatile int fps; +extern volatile int lps; extern volatile int tick_time; extern volatile int cur_time; extern bool isSafeMode; -- cgit v1.2.3-60-g2f50