| 521 | } |
| 522 | |
| 523 | const char* GetDataPath(int i) { |
| 524 | if (i < vanilla_data_paths.num_paths) { |
| 525 | return vanilla_data_paths.paths[i]; |
| 526 | } else { |
| 527 | return ""; |
| 528 | } |
| 529 | } |
| 530 | |
| 531 | string GetWritePath(const ModID& id) { |
| 532 | #if defined(OGDA) || defined(OG_WORKER) |