summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-08-06 16:07:22 +0000
committerbjarni <bjarni@openttd.org>2005-08-06 16:07:22 +0000
commited8e2bac048a6c4ba73e226b7a8332759bab0697 (patch)
tree4628a0df8999b185f9edb643da5024f1ae22e3bc /variables.h
parentddb58492f300333751d4054e3555845ddc3df307 (diff)
downloadopenttd-ed8e2bac048a6c4ba73e226b7a8332759bab0697.tar.xz
(svn r2817) -Codechange: [autoreplace]: moved autoreplace and autorenew to serverside
-This means that one company can only have one setting for renew and replacing more clients will not fight due to different settings anymore -This is a needed step in the line to fix autoreplacing dualheaded locomotives NOTE: savegame revision bump (peter1138 + me in coop)
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/variables.h b/variables.h
index 530bfd47c..2872225e3 100644
--- a/variables.h
+++ b/variables.h
@@ -434,9 +434,6 @@ VARDEF byte _vehicle_design_names;
* to include npf.h */
#define NPF_TILE_LENGTH 100
-/* Autoreplace vehicle stuff*/
-VARDEF byte _autoreplace_array[256];
-
/* Forking stuff */
VARDEF bool _dedicated_forks;