From 85628544eeac566a70bf3f218bc078c096c65c50 Mon Sep 17 00:00:00 2001 From: darkvater Date: Sat, 4 Sep 2004 13:06:09 +0000 Subject: (svn r157) -Feature: [1009708] Percent-based service intervals. Send a vehicle to depot after it has lost X% of its reliability (mivlad) --- variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index f26255263..7a6d33814 100644 --- a/variables.h +++ b/variables.h @@ -118,6 +118,7 @@ typedef struct Patches { byte max_aircraft; //max planes in game per player byte max_ships; //max ships in game per player + bool servint_ispercent; // service intervals are in percents uint16 servint_trains; // service interval for trains uint16 servint_roadveh; // service interval for road vehicles uint16 servint_aircraft;// service interval for aircraft -- cgit v1.2.3-54-g00ecf