From b7a04b08bb5b8283fadefb7fc57695720a7ddd9e Mon Sep 17 00:00:00 2001 From: Yohann Ferreira Date: Sun, 1 May 2011 00:01:47 +0200 Subject: Fixed my fix on the get_elapsed_time function. My apologies. --- src/client.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index ba8d6906..8b6af127 100644 --- a/src/client.h +++ b/src/client.h @@ -56,14 +56,12 @@ extern std::string errorMessage; extern LoginData loginData; /** - * get_elapsed_time - * * @param startTime The value to check in client ticks. * * @return the elapsed time in milliseconds. * between startTime and the current client tick value. * - * @warning This function can't handle delays > 10 seconds. + * @warning This function can't handle delays > 100 seconds. * @see MILLISECONDS_IN_A_TICK * @see tick_time */ -- cgit v1.2.3-70-g09d2