forked from mirror/OpenTTD
(svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible.
-Codechange: add support for personal directories on Windows. -Fix [FS#153, FS#193, FS#502, FS#816, FS#854]: fix issues related to fixed names, fixed places of files/directories and application bundles.
This commit is contained in:
@@ -286,11 +286,7 @@ typedef unsigned char byte;
|
||||
# define TO_BE32X(x) BSWAP32(x)
|
||||
#endif /* TTD_BIG_ENDIAN */
|
||||
|
||||
#if !defined(GAME_DATA_DIR)
|
||||
# define GAME_DATA_DIR ""
|
||||
#endif
|
||||
|
||||
#if !defined(PERSONAL_DIR)
|
||||
#if !defined(WITH_PERSONAL_DIR)
|
||||
# define PERSONAL_DIR ""
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user