From 56eb1738ee6de39367047a3cd0f20011560eb393 Mon Sep 17 00:00:00 2001 From: truelight Date: Thu, 21 Jun 2007 16:17:47 +0000 Subject: (svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh) --- src/variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/variables.h') diff --git a/src/variables.h b/src/variables.h index de6a0b738..761f5f2a3 100644 --- a/src/variables.h +++ b/src/variables.h @@ -133,6 +133,7 @@ struct Patches { byte liveries; // Options for displaying company liveries, 0=none, 1=self, 2=all bool prefer_teamchat; // Choose the chat message target with , true=all players, false=your team bool advanced_vehicle_list; // Use the "advanced" vehicle list + bool loading_indicators; // Show loading indicators uint8 toolbar_pos; // position of toolbars, 0=left, 1=center, 2=right uint8 window_snap_radius; // Windows snap at each other if closer than this -- cgit v1.2.3-54-g00ecf