From fb5ecb94992e7febf4bc059cb6ec4a51f50c66b0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 2 May 2011 17:42:12 +0000 Subject: (svn r22411) -Document: another bunch of bits --- src/date.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/date.cpp') diff --git a/src/date.cpp b/src/date.cpp index 9f91a2280..52827d117 100644 --- a/src/date.cpp +++ b/src/date.cpp @@ -23,7 +23,7 @@ Year _cur_year; ///< Current year, starting at 0 Month _cur_month; ///< Current month (0..11) Date _date; ///< Current date in days (day counter) -DateFract _date_fract; +DateFract _date_fract; ///< Fractional part of the day. uint16 _tick_counter; ///< Ever incrementing (and sometimes wrapping) tick counter for setting off various events /** -- cgit v1.2.3-54-g00ecf