mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
(svn r1789) -Fix: there is no need to save the index, it is done for us
This commit is contained in:
parent
10adda0d73
commit
093ae2b4b4
@ -2964,7 +2964,8 @@ static const byte _roadstop_desc[] = {
|
||||
SLE_VAR(RoadStop,xy, SLE_UINT32),
|
||||
SLE_VAR(RoadStop,used, SLE_UINT8),
|
||||
SLE_VAR(RoadStop,status, SLE_UINT8),
|
||||
SLE_VAR(RoadStop,index, SLE_UINT32),
|
||||
/* Index was saved in some versions, but this is not needed */
|
||||
SLE_CONDARR(NullStruct,null,SLE_FILE_U32 | SLE_VAR_NULL, 1, 0, 8),
|
||||
SLE_VAR(RoadStop,station, SLE_UINT16),
|
||||
SLE_VAR(RoadStop,type, SLE_UINT8),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user