equal
deleted
inserted
replaced
284 # define FROM_LE16(x) (x) |
284 # define FROM_LE16(x) (x) |
285 # define TO_LE32X(x) (x) |
285 # define TO_LE32X(x) (x) |
286 # define TO_BE32X(x) BSWAP32(x) |
286 # define TO_BE32X(x) BSWAP32(x) |
287 #endif /* TTD_BIG_ENDIAN */ |
287 #endif /* TTD_BIG_ENDIAN */ |
288 |
288 |
289 #if !defined(GAME_DATA_DIR) |
289 #if !defined(WITH_PERSONAL_DIR) |
290 # define GAME_DATA_DIR "" |
|
291 #endif |
|
292 |
|
293 #if !defined(PERSONAL_DIR) |
|
294 # define PERSONAL_DIR "" |
290 # define PERSONAL_DIR "" |
295 #endif |
291 #endif |
296 |
292 |
297 /* Compile time assertions */ |
293 /* Compile time assertions */ |
298 #ifdef __OS2__ |
294 #ifdef __OS2__ |