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
commit52134822b8fa62fb2ac680c6e598cceb1996a213 (patch)
tree43d5dfaaad2db9071fd4d6ed612bea8eb269ce09 /variables.h
parent3c3ba97d11581cd67cd701fb8f755109401ff995 (diff)
downloadopenttd-52134822b8fa62fb2ac680c6e598cceb1996a213.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