summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-04-26 01:14:22 +0300
committerAndrei Karas <akaras@inbox.ru>2012-04-26 01:14:22 +0300
commitb328b78653133f05107eadba31572874e4c35e95 (patch)
treef426ca2b61fecab7dd115f2b12083e94502ae989 /src/client.h
parenta57ee0d8a7c729ea2887c71b5262dd0a6cb56a71 (diff)
downloadplus-b328b78653133f05107eadba31572874e4c35e95.tar.gz
plus-b328b78653133f05107eadba31572874e4c35e95.tar.bz2
plus-b328b78653133f05107eadba31572874e4c35e95.tar.xz
plus-b328b78653133f05107eadba31572874e4c35e95.zip
Add LPS counter to debug window (Logic per second).
Normally must be always 100 LPS.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 1 insertions, 0 deletions
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;