1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-12 17:19:09 +00:00

Fix 36a0818: TTO did not save company shares

This commit is contained in:
Rubidium
2024-01-15 20:04:11 +01:00
parent 77757c4f68
commit 0220ef8768

View File

@@ -957,9 +957,9 @@ static const OldChunks _company_chunk[] = {
OCL_CNULL( OC_TTD, 1 ), // avail_railtypes OCL_CNULL( OC_TTD, 1 ), // avail_railtypes
OCL_SVAR( OC_TILE, Company, location_of_HQ ), OCL_SVAR( OC_TILE, Company, location_of_HQ ),
OCL_NULL( 4 ), // Shares OCL_CNULL( OC_TTD, 4 ), // Shares
OCL_CNULL( OC_TTD, 8 ), ///< junk at end of chunk OCL_CNULL( OC_TTD, 8 ), // junk at end of chunk
OCL_END() OCL_END()
}; };