summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-06-23 21:12:09 +0000
committerrubidium <rubidium@openttd.org>2007-06-23 21:12:09 +0000
commit6402d001909cc0f47fa3d9654b331c0ad96267f5 (patch)
treea1cc1caa824002d18729cbbf175cfdf094f14a10 /src/newgrf_config.h
parentbe35df3f0363ffffe1cfed8d81084c40212e9571 (diff)
downloadopenttd-6402d001909cc0f47fa3d9654b331c0ad96267f5.tar.xz
(svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore.
Diffstat (limited to 'src/newgrf_config.h')
-rw-r--r--src/newgrf_config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newgrf_config.h b/src/newgrf_config.h
index 9968d3cf7..372946bee 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -47,7 +47,6 @@ struct GRFError {
struct GRFConfig : public GRFIdentifier {
char *filename;
- char *full_path;
char *name;
char *info;
GRFError *error;