summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client.h4
1 files changed, 1 insertions, 3 deletions
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
*/