From c2b59b2089755953c0bce8d9462176cb3c8a282e Mon Sep 17 00:00:00 2001 From: darkvater Date: Fri, 7 Jan 2005 23:59:59 +0000 Subject: (svn r1418) -Feature: [1098254] (dis)Allow Shares. Add patch options to allow buying/selling of shares (Hackykid) --- variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 2532a6b67..c1c7c163e 100644 --- a/variables.h +++ b/variables.h @@ -172,6 +172,7 @@ typedef struct Patches { bool auto_euro; // automatically switch to euro in 2002 bool serviceathelipad; // service helicopters at helipads automatically (no need to send to depot) bool smooth_economy; // smooth economy + bool allow_shares; // allow the buying/selling of shares byte dist_local_authority; // distance for town local authority, default 20 byte wait_oneway_signal; //waitingtime in days before a oneway signal -- cgit v1.2.3-54-g00ecf