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