diff -r f1d8bf0d6f45 -r 56470c1b8a66 src/stdafx.h --- a/src/stdafx.h Sun Jun 17 13:27:50 2007 +0000 +++ b/src/stdafx.h Sun Jun 17 15:48:57 2007 +0000 @@ -286,11 +286,7 @@ # 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