summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-12-09 10:56:12 +0000
committerDarkvater <darkvater@openttd.org>2006-12-09 10:56:12 +0000
commitf87c8834e23188f27cd1fd1626c040d3ebafb998 (patch)
tree821bb8da5168e61028bf8fc5f43ea46f076a70e9 /variables.h
parent9a0917141b99cea7703e28af3c46cdbc86f23629 (diff)
downloadopenttd-f87c8834e23188f27cd1fd1626c040d3ebafb998.tar.xz
(svn r7449) -Codechange: Rename _path to _paths as it is technically more correct, but mainly because
it interferes with OS/2 symbol in libc (psmedley)
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index 22f9cbcb2..02f9e8913 100644
--- a/variables.h
+++ b/variables.h
@@ -262,7 +262,7 @@ typedef struct Paths {
char *second_data_dir;
} Paths;
-VARDEF Paths _path;
+VARDEF Paths _paths;
// NOSAVE: Used in palette animations only, not really important.
VARDEF int _timer_counter;