summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-12 20:36:24 +0000
committerdominik <dominik@openttd.org>2004-12-12 20:36:24 +0000
commit6e99d2c0e8d32693f0e76b43eefe6c98799c5317 (patch)
tree43d5dfaaad2db9071fd4d6ed612bea8eb269ce09 /variables.h
parent6ff5ff58d80cd4ada9f915feb6ad837ca301a488 (diff)
downloadopenttd-6e99d2c0e8d32693f0e76b43eefe6c98799c5317.tar.xz
(svn r1038) Feature: OpenTTD runs with the grf files of the DOS version
Please read the Readme for further information. There are some minor graphical glitches when you use the DOS files. E.g. the autorail button is a bit screwed up.
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/variables.h b/variables.h
index ab84a427c..9756d5047 100644
--- a/variables.h
+++ b/variables.h
@@ -415,8 +415,6 @@ VARDEF byte _vehicle_design_names;
VARDEF SignStruct _sign_list[40];
VARDEF SignStruct *_new_sign_struct;
-VARDEF bool _ignore_wrong_grf;
-
/* tunnelbridge */
#define MAX_BRIDGES 13