From b76a0b81585415b36be3f5bf3285b6743a56e895 Mon Sep 17 00:00:00 2001 From: ludde Date: Sun, 17 Jul 2005 12:44:35 +0000 Subject: (svn r2600) Fix: [vehicles] Fix problem with vehicle loop not distributing the calls evenly over the day. --- variables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 55502c3e2..acb69d162 100644 --- a/variables.h +++ b/variables.h @@ -62,7 +62,7 @@ VARDEF uint16 _date_fract; // Amount of game ticks VARDEF uint16 _tick_counter; -// Used when calling OnNewDay +// This one is not used anymore. VARDEF VehicleID _vehicle_id_ctr_day; // Skip aging of cargo? -- cgit v1.2.3-54-g00ecf