mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-14 10:09:11 +00:00
(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)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user