summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2017-01-07 21:36:25 +0000
committerfrosch <frosch@openttd.org>2017-01-07 21:36:25 +0000
commita3b356e05782f8b53ef2e3a645eccd33a8c87c23 (patch)
tree0f02c58d9d835a6daa8d02b5457736dbc18c24a6 /src/newgrf.h
parent4df712589c0786295238f5b915cb1c53939a94c2 (diff)
downloadopenttd-a3b356e05782f8b53ef2e3a645eccd33a8c87c23.tar.xz
(svn r27725) -Codechange: Remove IsOpenTTDBaseGRF and test for GCF_CONFIG instead, which does the same in all use-cases.
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 752873a60..51b00da7c 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -103,7 +103,6 @@ struct GRFLabel {
/** Dynamic data of a loaded NewGRF */
struct GRFFile : ZeroedMemoryAllocator {
char *filename;
- bool is_ottdfile;
uint32 grfid;
byte grf_version;