1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-02 03:19:10 +00:00

(svn r17431) -Fix (r16735): oldloader wasn't updated

This commit is contained in:
smatz
2009-09-06 16:36:22 +00:00
parent 04941ba38e
commit b903e41c65

View File

@@ -796,7 +796,7 @@ static const OldChunks station_chunk[] = {
OCL_NULL( 4 ), ///< sign left/top, no longer in use
OCL_SVAR( OC_UINT16, Station, had_vehicle_of_type ),
OCL_SVAR( OC_FILE_U16 | OC_VAR_U8, Station, had_vehicle_of_type ),
OCL_CHUNK( 12, LoadOldGood ),