summaryrefslogtreecommitdiff
path: root/src/variables.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2009-02-08 12:58:14 +0000
committerpeter1138 <peter1138@openttd.org>2009-02-08 12:58:14 +0000
commit5429c5a095ba8a23fd5763692610c20ed2e6f7a8 (patch)
tree38bf4a841572cd478c630060fc85501e52d9826b /src/variables.h
parent7603f77f3c35bb1c70e96b1446797ce25cef91fe (diff)
downloadopenttd-5429c5a095ba8a23fd5763692610c20ed2e6f7a8.tar.xz
(svn r15412) -Fix: Clearing custom engine names could cause desyncs due to be client-side only; GUI parts of save/load of custom engine names also removed as it was never implemented.
Diffstat (limited to 'src/variables.h')
-rw-r--r--src/variables.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/variables.h b/src/variables.h
index febccf1eb..ded717de8 100644
--- a/src/variables.h
+++ b/src/variables.h
@@ -63,7 +63,6 @@ extern const byte _tileh_to_sprite[32];
/* misc */
VARDEF char _screenshot_name[128];
-VARDEF byte _vehicle_design_names;
/* Forking stuff */
VARDEF bool _dedicated_forks;