summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game.h b/src/game.h
index 5fc5205e..2aaabf96 100644
--- a/src/game.h
+++ b/src/game.h
@@ -74,8 +74,7 @@ class Game : public ConfigListener
};
/**
- * Returns elapsed time. (Warning: very unsafe function, it supposes the delay
- * is always < 10 seconds)
+ * Returns elapsed time. (Warning: supposes the delay is always < 100 seconds)
*/
int get_elapsed_time(int start_time);