diff options
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 1 |
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; |