From 5680cffdd4afdb99d39c644a6c397e670e958848 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Mon, 4 Aug 2008 22:32:59 +0000 Subject: initial joystick support, added cl_drawkeypress variable --- src/client/client.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/client.cc') diff --git a/src/client/client.cc b/src/client/client.cc index 5d060aa..f67cce0 100644 --- a/src/client/client.cc +++ b/src/client/client.cc @@ -147,7 +147,7 @@ void Client::run() console()->clear_notify(); while (true) { - // elapsed time in microseconds + // current time in microseconds client_current_timestamp = SDL_GetTicks(); // calculate the desired frame length -- cgit v1.2.3