equal
deleted
inserted
replaced
1313 extern const ChunkHandler _economy_chunk_handlers[]; |
1313 extern const ChunkHandler _economy_chunk_handlers[]; |
1314 extern const ChunkHandler _animated_tile_chunk_handlers[]; |
1314 extern const ChunkHandler _animated_tile_chunk_handlers[]; |
1315 extern const ChunkHandler _newgrf_chunk_handlers[]; |
1315 extern const ChunkHandler _newgrf_chunk_handlers[]; |
1316 extern const ChunkHandler _group_chunk_handlers[]; |
1316 extern const ChunkHandler _group_chunk_handlers[]; |
1317 extern const ChunkHandler _cargopacket_chunk_handlers[]; |
1317 extern const ChunkHandler _cargopacket_chunk_handlers[]; |
|
1318 extern const ChunkHandler _autoreplace_chunk_handlers[]; |
1318 |
1319 |
1319 static const ChunkHandler * const _chunk_handlers[] = { |
1320 static const ChunkHandler * const _chunk_handlers[] = { |
1320 _gamelog_chunk_handlers, |
1321 _gamelog_chunk_handlers, |
1321 _misc_chunk_handlers, |
1322 _misc_chunk_handlers, |
1322 _name_chunk_handlers, |
1323 _name_chunk_handlers, |
1335 _player_chunk_handlers, |
1336 _player_chunk_handlers, |
1336 _animated_tile_chunk_handlers, |
1337 _animated_tile_chunk_handlers, |
1337 _newgrf_chunk_handlers, |
1338 _newgrf_chunk_handlers, |
1338 _group_chunk_handlers, |
1339 _group_chunk_handlers, |
1339 _cargopacket_chunk_handlers, |
1340 _cargopacket_chunk_handlers, |
|
1341 _autoreplace_chunk_handlers, |
1340 NULL, |
1342 NULL, |
1341 }; |
1343 }; |
1342 |
1344 |
1343 /** |
1345 /** |
1344 * Pointers cannot be saved to a savegame, so this functions gets |
1346 * Pointers cannot be saved to a savegame, so this functions gets |